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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
54 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
25 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
17 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment