Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Hide/Show button without click

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

    Hide/Show button without click

    Hello,

    I have created a strategy that uses a button for certain functions. How can I hide this button and show it again but without the need to click on it?

    Thanks and regards.

    #2
    Hello soyjesus,

    You can set the visibility property of the button to Hidden or Visible when you want to hide or show it.

    button.Visibility = Visibility.Hidden;


    You would need to use a dispatcher anytime you work with UI elements so that code would need to be surrounded by the dispatcher wherever you call it. https://ninjatrader.com/support/help...sub=dispatcher

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    167 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    88 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    128 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    208 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    185 views
    0 likes
    Last Post CarlTrading  
    Working...
    X