I want to know if it would be possible to reorganize a folder when hiding an element using bindings visibility 0

I want to know if it would be possible to reorganize a folder when hiding an element using bindings visibility 0

Ex see my home

I want to sometimes display my banking folder sometimes not

And not having a hole in the general folder

Is it a feature or already possible with scripting ?

]]>

4 Commentsto I want to know if it would be possible to reorganize a folder when hiding an element using bindings visibility 0

  1. Anonymous says:

    < ![CDATA[

    With script it is possible, no doubt.


    But also with bindings.


    You need to change the position of the X icon so it is the one above the banking folder when it is visible, and the same position as the folder when it is invisible.


    I think the folder will be stretched automatically…if not say so.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    TrianguloY yes but how if I set 3 or even 4 icon as non visible ?


    Or I have to leave the first as mandatory.


    I’ll try

    ]]>

  3. Anonymous says:

    < ![CDATA[

    I guess you could use bindings with mathematics. Naming visible_var1, visible_var2 etc. for 1st icon visibility boolean , 2nd icon visibility boolean etc. you could use something like :


    1st icon position : top


    2nd icon position : top – icon_height * (visible_var1)


    3rd icon position : top – icon_height * (visible_var1 + visible_var2)


    4th icon position : top – icon_height * (visible_var1 + visible_var2 + visible_var3)


    and so on …



    Drawback is that you need to edit bindings each time you add or remove an icon.



    Enjoy !

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *