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>

Parents
  • 69686
    Verified Answer
    posted

    Hello,

    This style does work, however, in the control template we are setting other sizes which are bigger than one pixel. That is why you are not seeing any change. If you set it to 10, then you will see it bigger.

    If you want to change this, you would have to change the control template and remove the triggers/widths set there. The default templates you can find in the DefaultStyles directory in the Infragistics folder (DataPresenterGeneric_Express.xaml file).

Reply Children
No Data