Drop Direction in WPF Split Button
The DropDown Direction can be changed by using the DropDirection property. The 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:SplitButtonAdv DropDirection="BottomLeft"/>
To set BottomRight drop direction
<sync:SplitButtonAdv DropDirection="BottomRight"/>
To set Right drop direction
<sync:SplitButtonAdv DropDirection="Right"/>
To set Left drop direction
<sync:SplitButtonAdv 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