We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Freeze cell mode?

I''ve had a quick look through but can''t seem to see if the grid control has a method to freeze columns (The vertical scrollbar only effecting columns that havn''t been froozen). Is there such a method?

1 Reply

AD Administrator Syncfusion Team February 21, 2005 06:01 PM UTC

You can freeze columns on the left of a GridControl by setting gridControl1.Cols.FrozenCount = 1; //1 extra frozen column You can freeze rows at the top by setting gridControl1.Rows.FrozenCount = 1; // 1 extra frozen row >I''ve had a quick look through but can''t seem to see if the grid control has a method to freeze columns (The vertical scrollbar only effecting columns that havn''t been froozen). > >Is there such a method?

Loader.
Live Chat Icon For mobile
Up arrow icon