How do you make a side menu? I know how to make buttons but can't find how to do this..
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Side menu on strategy / indicator
Collapse
X
-
Side menu on strategy / indicator
How do you make a side menu? I know how to make buttons but can't find how to do this..Tags: None
-
Hello kenconcannon,
You would need to use a panel with buttons or a toolbar with menuitems to do that. The window framework used in NinjaTrader is WPF/xaml which means you can use any normal WPF controls and customize them in any way that WPF framework allows.
There are samples of making a Toolbar with MenuItems along with a custom side panel example in the following link:
Hello All, Moving forward this will be maintained in the help guide reference samples and no longer maintained on the forum. Creating Chart WPF (UI) Modifications from an Indicator - https://ninjatrader.com/support/help...ui)-modifi.htm (https://ninjatrader.com/support/helpGuides/nt8/creating-chart-wpf-(ui)-modifi.htm) I've
For the image that has the button saying "dag" that would be easiest to accomplish using the UserControlCollection:
Using that collection you could use that sample code and change the alignment to top left to place the items on the left. You could then add any WPF controls that you wanted to the chart by adding it to the grid.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
90 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
137 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
120 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
71 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
Comment