I have multiple nested panels divided by UltraSplitters.
-----------------------
| L | Center | R |
| |-----------| |
| | status | |
L and R and Status are child panels. Interior lines are UltraSplitters
Center is the most nested panel and is split from Status panel. I need to provide a full screen mode where Center is 100% of the screen real estate.
I know how to deal with the winform to make it full screen and boarderless. Is there a simple way to "pop out" the Center panel. If the center can not be popped out can I otherwise hide the splitters and other panels?
It would be really inconvenient to provide a separate special full screen Center panel. Other systems need to deal with the center panel as a HWND and they will have a hard time dealing with more then one panel. So I rather resize and modify center panel on the fly if at all possible.
Hello,
Thank you for contacting Infragistics.
I believe your best option would be to collapse the splitters in code. Just set each splitter's Collapsed property to true.