VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

How to AutoSize ListView columns (in report mode) to fit data in.

Francesc Montoya  (1 Submission)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Wed 23rd April 2003   Mon 8th February 2021

How to AutoSize ListView columns (in report mode) to fit data in.

API Declarations



Private Const LVM_FIRST As Long = &H1000
Private Const LVM_SETCOLUMNWIDTH As Long = LVM_FIRST + 30

Private Const LVSCW_AUTOSIZE_USEHEADER As Long = -2


Rate How to AutoSize ListView columns (in report mode) to fit data in. (1(1 Vote))
How to AutoSize ListView columns (in report mode) to fit data in..bas

How to AutoSize ListView columns (in report mode) to fit data in. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters