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
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?