if i create a card list reusable part, how can i make the card resize with the instance list window?
card list expands/collapse when sizing instance list
-
davidbalansa
- Posts: 92
- Joined: Mon Feb 01, 2016 10:08 am
Re: card list expands/collapse when sizing instance list
I am just starting to dabble with using an instance list panel (card) in the instance list, so other may have a better explanation. I used the shipped example DF_T40PAO as my starting point. I have found that in the uCreateorUpdateDisplay method you must set the #PARENTPANEL.Height to get the card to change the height.
Hope this helps.
Hope this helps.
Re: card list expands/collapse when sizing instance list
And width changes would be normally be handled by a layout manager of the controls on the card's panel.