Back to Devexpress

DockPanel.ShowSliding() Method

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-fea6d960.md

latest1.9 KB
Original Source

DockPanel.ShowSliding() Method

Shows the 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 ShowSliding()
vb
Public Overridable Sub ShowSliding

Remarks

The auto hide functionality needs to be enabled for the ShowSliding method to have an effect. Otherwise, the ShowSliding method does nothing. To show a DockPanel immediately, without a sliding animation effect, use the DockPanel.Show method instead.

The ShowSliding method is the opposite of DockPanel.HideSliding method.

See Also

Show()

HideSliding()

Hide()

Working with Panel Containers

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace