Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid header alignment
Message
From
22/09/2008 15:43:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Grid header alignment
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01349605
Message ID:
01349605
Views:
62
How do you get the text in a grid header to drop to the bottom of the header? I have the following code in the init but the text is still at the top.

Thanks
for each oColumn in this.Columns
	oColumn.width = 100
	thisform.resizeobject(oColumn)
	oColumn.header1.alignment = 9
next
Next
Reply
Map
View

Click here to load this message in the networking platform