tags:

views:

403

answers:

1

Hi guys, 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.

+1  A: 

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.

lakshmanaraj