Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Addobject grid to container, can i control grid position
Message
From
06/08/1998 10:00:29
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00124445
Message ID:
00124449
Views:
22
>container is much larger than grid and contains other controls. without adding another smaller container, can i control the position of the grid class within the larger container?
>
>thanks - brenda
Yes Brenda,
Just think the container as your form (which is also a container). Either position it visually or with code like :
with this.parent  && Whatever the parent container is
    this.left = .left + 1
    this.top  = .top + 1
    this.height = .height - 2
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform