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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
628 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
359 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
562 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment