Le 22-août-09 à 17:37, David Bovill a écrit :

I'm having problems with the geometry of a datagrid - I have a row template of variable height with a disclosure toggle arrow - much like that in the
Webinar. The problem is that the row templates at the bottom of the
datagrid, when expanded do not increase the range of the vertical scrollbar of the datagrid resulting in records which you are unable to scroll down to
view. RefreshList has no effect. The script I use to toggle the row
templates expanded info group is:

on DiscloseView someBoolean
  lock screen
  put the rect of me into oRect
  set the visible of grp "Toggle" of me to someBoolean
  LayoutControl oRect
  RefreshList
  unlock screen
end DiscloseView



Re,

this point has been discussed abundantly this month.
The ti :
you have to set your rect first
then adapt the foramattedHeight
and set the rect again

see :

the question :

http://www.mail-archive.com/[email protected]/msg122882.html

and the solution:

http://www.mail-archive.com/[email protected]/msg122922.html

Greetings.

Yves COPPE
[email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to