Custom Control Disappearing on Scroll

I''ve got a problem with my custom control''s components disappearing when the Grid is scrolled. It''s weird because it only happens if the control is active. I''ve attached a small sample. Try scrolling up and down - works fine. Now click on The cell in row 24. Scroll up and down again - notice that all of the contents of the cell are not being refreshed. Any ideas why? Thanks. DisappearingControl_3017.zip

1 Reply

AD Administrator Syncfusion Team September 18, 2005 11:04 AM UTC

Hi Tinclon, Please enable the pixel scrolling to avoid this rendering problem. this.gridControl1.HScrollPixel = true; this.gridControl1.VScrollPixel = true; Best regards, Jay

Loader.
Up arrow icon