Click to See Complete Forum and Search --> : Splitter control on web page


asafaa
January 24th, 2008, 02:23 AM
i need to use a splitter control on a web page.

i can see that there is only a Splitter control in WinForms but not on webForms ( am i wrong ?).

how would you implement it if you had to use such a control ?

i mean..... instead of creating three panels that the middle one is the splitter and implement the whole control from scratch.

any suggestions ? links ?

Yeorwned
January 25th, 2008, 04:07 PM
I don't know anything about the WinForms splitter control but there is a VB Splitter (http://www.freevbcode.com/source/VB_Splitter.zip) which is essentially an ActiveX control that will do what you're asking for.