0
Answer

mshflexgrids - setting the number of cols

steve.evs1

steve.evs1

20y
1.8k
1
Does anyone know how to set the number columns via code of an MSHFlexgrid in C#? setting the number of rows seems straight forward. [code] myMSHFlex.Rows = 10 //myMSHFlex.Cols ???? [/code]