Re: ListView Column widths


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Grant Foraker on February 07, 2008 at 10:35:02:

In Reply to: ListView Column widths posted by Grant Foraker on February 06, 2008 at 14:53:34:

Compromise on getting the max amount of info in the visible part of the ListView. Add one to the number of characters. This seems to always make the column wide enough for the field.

cosStyle = LVCFMT.CENTER ! Center column text
cosCol = cosCol + 1
cosCtlText$ = "State"
cosWidth = (FONTFACT * 6) ! 5 character title
Gosub COS.ListView.InsertTextColumn

Place the most important fields from left to right. Least important goes off the right and can be accessed via the slider bar.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]