FrozenCount = extra border line?

Hi, I have the FrozenCount-property of the Cols-property set to 1, so that my left-most column is always shown if the user scrolls horizontally... that works fine! But I noticed, that the vertical line between column 1 and 2 is twice as thick as all other lines - is there a way to prevent this from hapening? Thanks, Kenneth

1 Reply

AD Administrator Syncfusion Team May 21, 2003 08:01 AM UTC

Try setting grid.ColStyles[frozenCols].Borders.Right = new GridBorder(grid.Model.Options.DefaultGridBorderStyle, grid.Model.Properties.Colors[GridPropertyColorIndex.GridLines] ); where frozenCols is the number of frozen cols. Stefan

Loader.
Up arrow icon