The SplitButton control is seemingly locked at a specific height.
(Tested with "&\#xa;" in the Content property to create a new line)
Comments: ** Comment from web user: BoucherS **
(Tested with "&\#xa;" in the Content property to create a new line)
Comments: ** Comment from web user: BoucherS **
Hi,
When using the following code, the result is a SplitButton with a 2 lines content ;
```
<xctk:SplitButton Content="MySplit
MySplit2" />
```