Extending custom WPF control
What are my options to extend this TimePicker list element to full height that shows all items?
I'm using this WPF extension:
https://github.com/xceedsoftware/wpftoolkit/wiki/DateTimePicker
but it has no such built-in properties.
Do I need to use
ListItemsStyle
somehow?1 Reply
It looks like there's a
MaxDropDownHeight
property https://github.com/xceedsoftware/wpftoolkit/blob/4b23a638b1a41589e3d4dfa1c226336c00a18134/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/TimePicker/Implementation/TimePicker.cs#L145GitHub
wpftoolkit/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/TimePic...
All the controls missing in WPF. Over 1 million downloads. - xceedsoftware/wpftoolkit