Page 1 of 1
Newbie Question - Card Size
Posted: Fri Sep 26, 2008 10:08 pm
by warrenk
How do I lock the card size so the user can't increase it? I thought it would be in the card properties...but can't locate it.
Thanks for any help!
Warren
Posted: Fri Sep 26, 2008 10:31 pm
by BvG
the card size is defined by the stack size, and can't be set manually. Most likely you want the stack properties maxWidth and minWidth (same for height). Also look for the resizable property of the stack.
Posted: Fri Sep 26, 2008 10:32 pm
by Mark
Hi Warren,
You probably want to look up the entry for the resizable property in the docs. Note that this is not a card but a stack property.
Best,
Mark
Posted: Fri Sep 26, 2008 11:11 pm
by warrenk
Thanks for pointing me in the right direction. I used the resizable property and this works great!
Warren