Back to Devexpress

DockPanel.HideSliding() Method

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-634116fd.md

latest2.1 KB
Original Source

DockPanel.HideSliding() Method

Hides the current auto-hidden dock panel using a sliding animation effect.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void HideSliding()
vb
Public Overridable Sub HideSliding

Remarks

The auto hide functionality needs to be enabled for the HideSliding method to have an effect. Otherwise, the HideSliding method does nothing.

The DockPanel.HideImmediately method hides an auto-hidden panel without a sliding animation.

In order to display an auto-hidden DockPanel, use the DockPanel.Show or DockPanel.ShowSliding method. The first one displays a panel immediately, while the second uses a sliding animation effect to display a panel.

See Also

Show()

ShowSliding()

Hide()

HideImmediately()

HidePanelsImmediately

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace