Multi Line Support in WPF Split Button

The label displayed on the button can be a line or two, when the property IsMultiLine is set to true. The default value is true.

Multiline support can be enabled by using the following code:

<sync:SplitButtonAdv SizeMode="Large" IsMultiLine="False"/>

NOTE

This property only applicable for Large Size Mode Buttons.