How can I wrap text in a checkbox? The text is slightly longer than the page width, but I can’t shorten it. CheckBox has no TextWrapping attribute .; (
Also I tried to set Width = "460", Width = "*", but I failed.
<StackPanel>
<CheckBox Content="Lorem ipsum dolor sit amet, consectetur adipisicing elit." />
</StackPanel>
source
share