Grid - first column with fixed style?

Started by Peter2 · 2016-09-20 08:38 UTC · 2 replies · SMF topic #2427

I can not modify the "style" of my first column (Index 0). Is it by design?

Peter
It's a known limitation, due to using the Windows listview control. A workaround is to set the width of the first column to zero and move your content to column 1.
Thanks ;)