Group: Forum Members
Posts: 17,
Visits: 80
|
Here is the deal:
I have dropped six ThemedContainer controls each with a ToolStrip control and a ListView control in a FlowLayoutPanel control. On the FlowLayoutPanel control I have set the AutoScroll property to True, the FlowDirection property to TopDown and the WrapContents property to False. This basically allows the ThemedContainer controls within the FlowLayoutPanel control to be scrolled vertically - just what I wanted.
Now, all I want to do is to be able to resize vertically each ThemedContainer control separately within the FlowLayoutPanel control. Basically, when I hover over the bottom border of a ThemedContainer control, I want to see an updown arrow cursor appear and I want to be able to click and drag the bottom of the ThemedContainer Control either up or down to make it vertically larger or smaller, respectively.
Does anyone have any ideas on how to do this?
|