Hello,
I have problem with FilteringControl:
I want to limit the size of ListBox with CheckBoxes, I managed to limit the FilteringControl But I failed to limit the
ListBox with CheckBoxes Inside FilteringControl.
Property MaxHeight and MinHeight Working on FilteringControl.
the code:
<Style TargetType="telerik:FilteringControl">
<Setter Property="MaxHeight" Value="350"/>
<Setter Property="MaxWidth" Value="300"/>
<Setter Property="ScrollViewer.IsDeferredScrollingEnabled" Value="true"/>
</Style>
Thanks for your help,
lisa.
I have problem with FilteringControl:
I want to limit the size of ListBox with CheckBoxes, I managed to limit the FilteringControl But I failed to limit the
ListBox with CheckBoxes Inside FilteringControl.
Property MaxHeight and MinHeight Working on FilteringControl.
the code:
<Style TargetType="telerik:FilteringControl">
<Setter Property="MaxHeight" Value="350"/>
<Setter Property="MaxWidth" Value="300"/>
<Setter Property="ScrollViewer.IsDeferredScrollingEnabled" Value="true"/>
</Style>
Thanks for your help,
lisa.