Page 1 of 1
card list expands/collapse when sizing instance list
Posted: Fri Feb 15, 2019 9:56 am
by dhunt
if i create a card list reusable part, how can i make the card resize with the instance list window?

- Capture.PNG (9.31 KiB) Viewed 8487 times
Re: card list expands/collapse when sizing instance list
Posted: Fri Feb 15, 2019 10:22 am
by davidbalansa
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.
Re: card list expands/collapse when sizing instance list
Posted: Fri Feb 15, 2019 10:36 am
by MarkD
And width changes would be normally be handled by a layout manager of the controls on the card's panel.