Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving Columns in a grid
Message
 
To
17/11/2003 11:52:47
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00850668
Message ID:
00850678
Views:
18
Bob,

You could try to drag & drop column header to get the same result visually.

Cheers,

Zoran

>Thanks. Is there anyway to do it visually? I find its easy to get things confused if you don't change how it looks in the designer.
>
>
>>Bob,
>>
>>You can rearange the order of columns in a gread by using the
>>.ColumnOrder property on a column
>>
>>
>>With MyGrid
>>   .Column3.ColumnOrder = 2
>>   .Column2.ColumnOrder = 3
>>EndWith
>>
>>
>>Cheers,
>>
>>Zoran
>>
>>>Is there an easy way to rearrange the order of columns in a grid? i.e., You have an existing grid with 4 columns, you want the existing Column 3 to be Column 2., etc.
>>>
>>>Thanks.
>>>
>>>Bob Bartel
Previous
Reply
Map
View

Click here to load this message in the networking platform