Hello,
I would like to know which property I must set not to see the items of my toolbar moving when I'm "on hover".
nb : just to remind, the items move because a border appears because of the hover.
of course I would like to keep this border around the button when I'm "on hover"
Thx in advance
GillouX
This jitter is a well known gotcha if you have borders on some styles like HoverStyle, but no border (or a border of a different width) on others,
http://community.infragistics.com/articles/ignite-user-experience-with-hot-tracking.aspx#LivingColor
Give your DefaultStyle a border of the same width, but that matches the BackColor of the button so it looks like there's no border at all. Alternately, you can set a Padding on the DefaultStyle to match the width of the border you're using on the HoverStyle, however your success with this method will depend on your DOCTYPE and whether the browser is in "quirks mode" or not.