0
Answer

mshflexgrids - setting the number of cols

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]