Table of Contents

Method SecondPanelToTop

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SecondPanelToTop()

Moves the second panel to the top position within the main panel and updates the visibility of other panel sides accordingly.

public virtual void SecondPanelToTop()

Remarks

Call this method to display the second panel at the top of the main panel while hiding the bottom, left, and right panels. Ensure that the second panel is properly initialized and assigned before invoking this method.