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

Remove Maximize from window

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

  • -=Edge=-
    replied
    Originally posted by asmmbillah View Post
    Thanks Edge for your input. Can you please tell me how to enable, Auto height for the window please?
    Code:
    yourWindow.SizeToContent = SizeToContent.WidthAndHeight;
    type yourWindow.

    once you type the (.) dot intellisense should help..

    You might also find some helpful information here:
    Provides the ability to create, configure, show, and manage the lifetime of windows and dialog boxes.



    Good Luck!


    Leave a comment:


  • asmmbillah
    replied
    Thanks Edge for your input. Can you please tell me how to enable, Auto height for the window please?

    Leave a comment:


  • -=Edge=-
    replied
    Originally posted by asmmbillah View Post
    I am trying to remove the maximize option from a window shown in attachment. Where can I find the details of that or if you could mention here will be helpful.
    Code:
    yourWindow.IsMinimizeEnabled = false;
    yourWindow.IsMaximizeEnabled = false;
    yourWindow.IsCloseEnabled = false;

    Leave a comment:


  • asmmbillah
    replied
    I found it, it is IsMaximizeEnabled = false;

    Leave a comment:


  • asmmbillah
    replied
    thanks for your reply. I am going to check it now with VS.

    Leave a comment:


  • iq200
    replied
    I haven't used NTWindow but if you have loaded the Ninjatrader workspace into Visual Studio you should be able to browse the properties and methods of NTWindow and of any base classes. This might give you an idea as to what is available. The standard dot net Form class has two properties called MinimizeBox and MaximizeBox that you can set to false.

    Leave a comment:


  • asmmbillah
    replied
    Thanks for your reply. I am creating a new NTWindow.

    Leave a comment:


  • iq200
    replied
    Which window are you referring to?

    Leave a comment:


  • asmmbillah
    started a topic Remove Maximize from window

    Remove Maximize from window

    Hi,

    I am trying to remove the maximize option from a window shown in attachment. Where can I find the details of that or if you could mention here will be helpful.
    Attached Files

Latest Posts

Collapse

Topics Statistics Last Post
Started by ScottWalsh, Today, 04:52 PM
0 responses
3 views
0 likes
Last Post ScottWalsh  
Started by ScottWalsh, Today, 04:29 PM
0 responses
6 views
0 likes
Last Post ScottWalsh  
Started by rtwave, 04-12-2024, 09:30 AM
2 responses
22 views
0 likes
Last Post rtwave
by rtwave
 
Started by tsantospinto, 04-12-2024, 07:04 PM
5 responses
70 views
0 likes
Last Post tsantospinto  
Started by cre8able, Today, 03:20 PM
0 responses
7 views
0 likes
Last Post cre8able  
Working...
X