Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello i am working on WPF.
i am using treeview in the right side and the listview in the left side, so if i select any item in treeview it will display in rightside listview.i need to resize the treeview only on rightside using mouse during runtime. for my privacy i am not able to paste my whole code.

What I have tried:

<TreeView  Background="#F9F9F9" ScrollViewer.VerticalScrollBarVisibility="Visible"  BorderBrush="Transparent" />
Posted
Comments
[no name] 3-Jun-21 11:31am    
Use a Grid with "*" Width columns and a GridSplitter. I can't show you any code ... it's a secret.
Fazil13 3-Jun-21 13:09pm    
there is no fun with these..in my company i cant able to post any code!sorry for that..anyway thanks it works.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900