FlexLayout Panel Collapsed

0
0

Hi.

Hi have a FlexLayoutPanel without the close button (I do it programmatically with collapsed property).

How can I prevent the open/close behaviour while clicking in the panel title ? I thought it was automatically disabled without this button.

I’m using tools with this FlexLayoutPanel . Is is possibile to increase the icon size ?

 

Thank you

  • You must to post comments
0
0

Just tried a FlexLayoutPanel with the header title and no close button and it doesn’t collapse when clicking the header.

If the issue is that the panel expands when you collapse it programmatically, then it’s the panel.AutoShow property. You can set it to “Never”.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.