Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
Posted: Fri Nov 25, 2005 2:28 am Post subject: Table HEIGHT Style? |
|
|
I noticed in the Dialog Designer that there is a HEIGHT Style for the Table Element, but there is no documentation on it.
Does anyone know what it's for?
I tried using different height values but didn't see any affect on it.
| Code: | %%HEIGHT = 32
Title TABLE HEIGHT STYLE TEST
DIALOG TABLE HEIGHT STYLE TEST,-1,0,240,160
DIALOG ADD,TABLE,TABLE1,3,4,233,154,Column 1[80]|Column 2[80]|Column 3[80],HEIGHT %%HEIGHT
DIALOG SHOW
List add,Table1,This@tab()is a@tab()test!
List add,Table1,This@tab()is a@tab()test!
List add,Table1,This@tab()is a@tab()test!
List add,Table1,This@tab()is a@tab()test!
List add,Table1,This@tab()is a@tab()test!
:Evloop
wait event
goto @event()
:Close
exit |
Last edited by Aslan on Mon Dec 26, 2005 9:06 pm; edited 2 times in total |
|