[]
        
(Showing Draft Content)

C1.WinUI.Input.DropDownDirection

DropDownDirection Enum

Provides the supported expand directions for the C1DropDownButton.

Namespace: C1.WinUI.Input
Assembly: C1.WinUI.Input.dll
Syntax
public enum DropDownDirection
Public Enum DropDownDirection

Fields

Name Description
AboveOrBelow

Tries to open the drop-down content above the header. If it is not possible tries to open below it.

BelowOrAbove

Tries to open the drop-down content below the header. If it is not possible tries to open above it.

ForceAbove

Forces the drop-down content to open above the header.

ForceBelow

Forces the drop-down content to open below the header.