Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Change grid location

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Change grid location

    Hi,

    You recommend the use of the UserControlCollection, and a Grid object to place buttons on the chart (and I have your examples working). But how do I then do fine alignment of the Grid so it doesn't overwrite the status lines on the chart?

    HorizontalAlignment and VerticalAlignment are not detailed enough.

    Code:
                        // Add a control grid which will host our custom buttons
                        myGrid = new System.Windows.Controls.Grid
                        {
                          Name = "MyCustomGrid",
                          HorizontalAlignment = HorizontalAlignment.Left,
                          VerticalAlignment = VerticalAlignment.Top,
                        };
    Thanks
    Last edited by bubblegum; 05-26-2019, 03:54 AM.

    #2
    Hello bubblegum,

    You align your grid to the right.

    You could adding padding or margin..

    The Long Short Toolbar Buttons in the User App Share section of the NinjaTrader Ecosystem aligns the buttons on the right.




    The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Skifree, Yesterday, 11:41 PM
    2 responses
    12 views
    1 like
    Last Post eDanny
    by eDanny
     
    Started by TraderCro, 04-12-2024, 11:36 AM
    8 responses
    105 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Started by synthhokie, Today, 10:24 AM
    3 responses
    8 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by eladlevi, Today, 11:02 AM
    0 responses
    3 views
    0 likes
    Last Post eladlevi  
    Started by Bogdan097, Yesterday, 03:25 PM
    3 responses
    18 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X