Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Question about "alwaysTakeSpace" formitem attribute

    Hi, I am using "alwaysTakeSpace" to false to avoid hidden form items takes its space within the dynamic form. The problem I have is that if I use it inside a FormItem inside a SectionItem, it doesn't work, and is like if always were set to "true".

    Any idea?

    Thanks and regards.

    #2
    bumped up...

    gr. Martin

    Comment


      #3
      formItem.alwaysTakeSpace is not a publicly exposed (IE supported) API, so we don't guarantee its functionality in all cases.

      From a very quick test we're not seeing the problem you describe - setting alwaysTakeSpace to true on a hidden item appears to leave a gap (as expected) within the section when the item is not visible.
      If you want to give us full steps to reproduce (including sample code, and of course full details of the build on which you're seeing the problem) we can take a look, but we can't consider this a priority since you're making use of an unsupported API here.

      We'd recommend you see if you can come up with a way to get the behavior you need using supported APIs before we spend any time on this.

      Regards
      Isomorphic Software

      Comment

      Working...
      X