Extended splitpanel that supports multiple panels?
-
Has anyone created or seen an extension of the existing splitter panel that supports an "unlimited" number of panels? If now, any hints on how to do it would be appreciated!
-
Has anyone created or seen an extension of the existing splitter panel that supports an "unlimited" number of panels? If now, any hints on how to do it would be appreciated!
Daniel Jansson wrote:
an "unlimited" number of panels?
What do you mean? Like 100 Rows and 100 columns? After a certain number of rows and columns it starts to sound like a job for something else like a grid or whatever, rather than a split panel control.
led mike
-
Daniel Jansson wrote:
an "unlimited" number of panels?
What do you mean? Like 100 Rows and 100 columns? After a certain number of rows and columns it starts to sound like a job for something else like a grid or whatever, rather than a split panel control.
led mike
More like either 100 rows or 100 columns, but not that amount, more like 5 rows or columns. I want the user to be able to resize and show/hide the different rows / columns easily. The tablelayoutpanel can't be resize by default right?
-
More like either 100 rows or 100 columns, but not that amount, more like 5 rows or columns. I want the user to be able to resize and show/hide the different rows / columns easily. The tablelayoutpanel can't be resize by default right?
Daniel Jansson wrote:
I want the user to be able to resize and show/hide the different rows / columns easily.
To accomplish 5 or 6 rows or columns you could use nested SplitContainers. Let me be clear, I am not advocating that, I don't know near enough about the problem you are trying to solve to suggest any solution.
led mike