Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Is it possible to change the width of the fixed field splitter?
posted

Is it possible to set FixedFieldSplitter's Width property in Style? The following code doesn't seem to do a blessed thing for the width, although the background works fine. 

<

 

Style TargetType="{x:Type igDP:FixedFieldSplitter}">

<

 

Setter Property="Width" Value="1"/>

<

 

Setter Property="Background" Value="Red"/>

</

 

Style>