Hi, I'm trying to set up an hour and minute selector for an Addon like this HH:mm, which would be a DateTime anywhere else, but I can't find the way to make it selectable from the Xaml, such as a textbox, checkbox,... . any proposal?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Addon DateTime xaml
Collapse
X
-
Addon DateTime xaml
Hi, I'm trying to set up an hour and minute selector for an Addon like this HH:mm, which would be a DateTime anywhere else, but I can't find the way to make it selectable from the Xaml, such as a textbox, checkbox,... . any proposal?Tags: None
-
Hello RubenCazorla,
WPF has a DatePicker but not a TimePicker by default.
Learn about the DatePicker control, which allows the user to select a date by either typing it into a text field or by using a drop-down Calendar control.
The Extended WPF Toolkit may have a DateTimePicker you could look further into.
Is there a TimePicker control in WPF (.NET 4)? I was hoping the DatePicker control had the ability to show either a data or a time or both, but it doesn't seem so. Either of these would fit the bi...
Below are links to the google searches where I have obtained this information.
Chelsea B.NinjaTrader Customer Service
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
93 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
138 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
123 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
73 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment