Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Collapsed Properties

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

    Collapsed Properties

    This sounds like it should be simple, but the answer eludes me.
    Is there a quick easy way to have the Property sections display "collapsed" as opposed to "expanded".... (see the attached screen grabs "this" and "not this").
    Thanks........
    Attached Files

    #2
    Hello,

    Thank you for the question.

    The default indicator properties will only be controlled by the platform, so for those, it would not be directly possible.

    For custom properties in your indicator, these are controllable.

    Any class that has the attribute: [CategoryDefaultExpanded(false)] will display its properties as collapsed.

    This is applied at the class level so it applies to all properties that can be collapsed:


    Code:
    [CategoryDefaultExpanded(false)]
    public class Test : Indicator
    {

    I look forwad to being of further assistance.

    Comment


      #3
      Thanks!!! As always I appreciate the support and quick replies

      Comment


        #4
        Hi,
        This does not work in NT 8.0.22.2 on Windows 10. Any other way to achieve this.

        Regards

        Vivek

        Comment


          #5
          Hello AnkaS,

          There is not any supported means to control that, the property shown in post #2 is not a documented property so it may behave poorly depending on the use case.

          Please let me know if I may be of further assistance.

          Comment


            #6
            Hello,
            Correct way to do this is:-
            Code:
            [Gui.CategoryExpanded("Custom", false)]
            public class Test : Indicator
            This may or may not work sometimes, especially if any template is saved it don't works. Usually working with new indicators fresh without any templates.
            Hope it helps!
            Last edited by s.kinra; 04-20-2021, 10:51 AM.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            581 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            338 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            103 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            554 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            552 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X