Method SecondPanelToLeft
SecondPanelToLeft()
Displays the second panel on the left side of the main panel by adjusting visibility settings.
public virtual void SecondPanelToLeft()
Remarks
This method hides the bottom, top, and right panels, and makes the left panel visible to accommodate the second panel. Ensure that the second panel is properly initialized before calling this method.