Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MSDataGridLib.DataGrid
#3
Use this before populating

Code:
Copy      Help
,da4.RowHeight=100*26
,da4.DefColWidth=200*26

or this after
Code:
Copy      Help
,da4.Columns.Item(column_index).Width=200*26

I don't know what is the measurement unit. Tried to use twips (pixels*15) but it is too small. Pixels*26 is OK.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)