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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
335 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
211 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
196 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
288 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
245 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment