Splitter control bug??
-
Hi guys, is there a bug in Beta 2's implementation of the splitter control? Try to create a form where a splitter seperates a treeview on the left and an edit view on the right. I find that you are unable to drag the splitter all the way to the right like a normal splitter. Has anyone tried something like this? Just another wannabe code junky
-
Hi guys, is there a bug in Beta 2's implementation of the splitter control? Try to create a form where a splitter seperates a treeview on the left and an edit view on the right. I find that you are unable to drag the splitter all the way to the right like a normal splitter. Has anyone tried something like this? Just another wannabe code junky
For this to work, first the treeview and then the splitter should be docked to the left. The editview should be set to DockStyle.Fill.
-
Hi guys, is there a bug in Beta 2's implementation of the splitter control? Try to create a form where a splitter seperates a treeview on the left and an edit view on the right. I find that you are unable to drag the splitter all the way to the right like a normal splitter. Has anyone tried something like this? Just another wannabe code junky