Hi ,
can i disable Hottracking in ultrgrid or disable mouse over repainting ?
Hi,
esam_rabba said:ok , when the mouse over any row of grid its backcolor changed while i'm already not defined any hottracking for row in overides
Again.. the grid does not do any hottracking for rows by default. So if your grid is hottracking rows or cells, then something in your application is doing that. If you are not setting any of the HotTracking appearance properties directly, then they must be getting set by loading a layout, or a preset, or you are loading a style library. The only way to turn it off is to find out what's turning it on in the first place.
ok , when the mouse over any row of grid its backcolor changed while i'm already not defined any hottracking for row in overides
ad some times if you move the mouse very fast over the grid you feel that the application became sluggish.
That depends on what object you are talking about and why it's HotTracking in the first place. There's very little in the grid that does any HotTracking by default.
It's unlikely that you can prevent the grid objects from painting when the mouse moves over them. This has to happen and there's no way to turn it off. Why would you want to?