Reputation: 4319
I have a treeview and a gridview in my page.My application is windows application in vb.I want to use splitter to move treeview and a gridview.Can anyone help to give the splitter code to do this.
Upvotes: 0
Views: 3002
Reputation: 4175
Please go through the example provided at
http://msdn.microsoft.com/en-us/library/system.windows.forms.splitcontainer.aspx
and you can implement your solution.
Upvotes: 1