Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control resizing in grids
Message
From
19/06/2007 15:06:33
 
 
To
18/06/2007 21:37:43
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01234081
Message ID:
01234365
Views:
14
>When the column auto resizes the container the container.resize should fire...It's Not
>The control.Anchor has no effect. Guessing because the container.resize event doesn't fire.

Containers in grids cannot that I can see be repositioned or resized, even in code.

That is why resize is never called. They can however be larger than you need them to be and that is how I would work around this problem.

For images in grids, I put an access method on the backstyle property of the container that holds the image. I then control the image from there.

I would control my container objects the same way:

1. Make the container larger than maximum
2. Put a backstyle access method on the container.
3. Position/size the container objects from the backstyle_access method.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform