user42348
user42348

Reputation: 4319

Code for splitter in vb.net

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

Answers (1)

lakshmanaraj
lakshmanaraj

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

Related Questions