Drop Direction in WPF Dropdown Button (DropDownButtonAdv)
The DropDown Direction can be changed using the property DropDirection. The DropDirection Enum takes the following values:
- Left
- Right
- BottomLeft
- BottomRight
- TopLeft
- TopRight
The default value is BottomLeft.
The DropDirection property can be set as follows:
To set BottomLeft DropDirection
<sync:DropDownButtonAdv DropDirection="BottomLeft"/>
To set BottomRight drop direction
<sync:DropDownButtonAdv DropDirection="BottomRight"/>
To set Right drop direction
<sync:DropDownButtonAdv DropDirection="Right"/>
To set Left drop direction
<sync:DropDownButtonAdv DropDirection="Left"/>
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page