I have a StackLayoutPanel, with开发者_C百科 multiple stacks. I now need to change it so that multiple stacks can be shown at the same time.
Does anyone know a way to do this easily?
Maybe you'd like to change your StackLayoutPanel into a series of DisclosurePanels (e.g. contained in a FlowPanel). So you could expand each of them individually. With a little bit of styling, this might end up looking similar to a StackLayoutPanel.
精彩评论