JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Docking Layout › API for LayoutPanels
Hi.
Can I programmatically collapse this panel. Do you have any API for this? (see link below) And a second question :
How to programmatically determine whether a panel is expanded or collapsed?
Thank you. Best Regards,
Oleg I
https://disk.yandex.ru/i/o3NZbnuXzrrVlw
Hi,
The only good way to do this is to get the current state, modify it and then load it. Here is an example with our getState and loadState methods: https://www.htmlelements.com/demos/docking-layout/state/ I hope this helps!
Best Regards, Svetoslav Borislavov
Smart UI Team https://www.htmlelements.com/
Thank!