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

The "Height" does nothing

3 Answers 47 Views
ListPicker
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Doug
Top achievements
Rank 1
Doug asked on 21 Oct 2013, 10:56 AM

Hi

When i change the height for what ever value nothing happens.
                     
   <telerikInput:RadListPicker Grid.Row="1"  Name="ShowCheckinListpicker" InlineModeThreshold="6"
                                            Header="Header" Height="200"  Margin="0">
                            <telerikInput:RadListPicker.ItemTemplate>
                                <DataTemplate>
                                    <TextBlock Text="{Binding}"/>
                                </DataTemplate>
                            </telerikInput:RadListPicker.ItemTemplate>
                        </telerikInput:RadListPicker>

3 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 21 Oct 2013, 02:47 PM
Hello Doug,

Thanks for writing.

The ListPicker control is a special type of control that automatically manages its height based on the inline items currently visible. You are not expected to override this property as the UX of the control implies that kind of behavior. Can you please share some further details about your scenario so that we make sure we can assist you further?

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Doug
Top achievements
Rank 1
answered on 30 Oct 2013, 12:33 PM
Hi

Well i have a page which contains  a list picker and a toggle switch. by design they should have the same height, i cannot lower the height of the toggle switch  because they have a custom look as well.

Best Regards
0
Deyan
Telerik team
answered on 01 Nov 2013, 03:59 PM
Hi Doug,

You can try changing the ItemTemplate so that items become bigger and the control is resized accordingly.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
ListPicker
Asked by
Doug
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Doug
Top achievements
Rank 1
Share this question
or