This is a migrated thread and some comments may be shown as answers.

ListBox with CheckBoxes in FilteringControl

1 Answer 101 Views
GridView
This is a migrated thread and some comments may be shown as answers.
lisa
Top achievements
Rank 1
lisa asked on 09 Feb 2011, 07:48 PM
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.

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 10 Feb 2011, 07:46 AM
Hi lisa,

You may take a look at this article for a reference.
 

Kind regards,
Maya
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
GridView
Asked by
lisa
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or