Outline ·
[ Standard ] ·
Linear+
VB Visual Basic 6.0, Microsoft Hierarchical Flex Grid Control
|
TSmindkiller6610
|
Oct 28 2006, 02:50 AM, updated 20y ago
|
|
hihi...  refer to the picture above..i was using Microsoft Hierarchical Flex Grid Control to display the records from the database.. my question is...how to make that grid to autoresize every column so it can display all full length of the records and the column titles ? thanks in advance.. This post has been edited by mindkiller6610: Oct 28 2006, 02:52 AM
|
|
|
|
|
|
allinuff
|
Oct 29 2006, 09:45 AM
|
Getting Started

|
You can: 1) Allow user resizing by setting the value of the object.AllowUserResizing property to either 1 or 3. or 2) use object.CellFontWidth property to determine then object.ColWidth to resize column dynamically during runtime. For better understanding, I would suggest you visit Here.
|
|
|
|
|