Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView Question
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00565604
Message ID:
00565607
Views:
40
>When a listview column is too small, you can double click between
the columns to automagically resize them.

Hi Kevin;


Here is how can you control the size of column !
this.object.icons     =ThisForm.imagelist1.object
this.object.smallicons=ThisForm.imagelist2.object
this.View = 0
this.ColumnHeaders.Add( , , "Name",      this.Width / 4)
this.ColumnHeaders.Add( , , "Depart.",   this.Width / 4)
this.ColumnHeaders.Add( , , "ID",        this.Width / 4)
this.ColumnHeaders.Add( , , "Situation", this.Width / 4)
CLAUDIO
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform