Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
test get jumbled up in grid column when mouse over
posted

Hi,

I have a win form grid, when I moves mouse over the column, the row gets highlighted. In some cases, when the display text is very long (over 400 in my case), mouse over will cause the text get jumbled up (a word in the line below gets moved up and overlaps with the line above).

Once the text gets jumbled up, move the mouse away won't correct it. If scrolling up/down causes the column to re-draw, it will display properly, but as soon as you mouse over, it gets jumbled up again.

If I re-size the column width, it re-draws and displays properly.

I believe the jumble-up happens under some specific condition: when I re-size the column to a certain position, mouse over *always* cause the text to jumble up.

Please see the attached screen shot.