Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid with images in columns
Message
From
15/11/2002 03:41:42
 
 
To
14/11/2002 13:41:43
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00722524
Message ID:
00723085
Views:
9
Hi Paul,

>Could you use BINDEVENT() to the Grid RowHeight?

You cannot bind to properties, but you can bind to their Assign event. So let's create RowHeight_Assign for grid and bind some container method to it.

Unfortunately, grid doesn't fire RowHeight_Assign when we resize its row height interactively. This event fires only through programmatical change, ie:
ThisForm.Grid1.RowHeight = 20  && this fires RowHeight_Assign event
It definitely should be considered as a bug as others PROP_Assign methods fire as expected, ie. Column.Width_Assign.

Despite of this, using event binding to send resize message from parent object to its children is not a "natural" way and MS Fox Team should fix it.

Regards,

Janusz Czudek
WORD Software
http://www.wordsoft.com.pl
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform