I want to use the splitter control in C#....but I can't it to be a horizontal splitter....is this possible?
Thanks...
FLL
Printable View
I want to use the splitter control in C#....but I can't it to be a horizontal splitter....is this possible?
Thanks...
FLL
sure theres an option to do that
Just set the dock property to Top for the splitter control.
Thanks.