Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: TimePicker: Increase the height of the dropdown list

$
0
0
Anyone know how to style TimePicker so that you can increase the size of the dropdown to display more items. I tried

<xctk:TimePicker x:Name="ClockInTime" Value="9:00 AM" VerticalAlignment="Top" Margin="10" Height="40" FontSize="18" TimeInterval="0:30:0" ClipToBounds="True">
<xctk:TimePicker.Resources> 
                            <Style TargetType="Popup">
                                <Setter Property="Height" Value="500" />
                            </Style>
                        </xctk:TimePicker.Resources>
</xctk:TimePicker>

But it only created a larger dropdown with 4 items displaying in the center of the dropdown.

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>