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
1871
ultraTrackBar need to change direction of thumb pointer.
posted

I have figured out how to set the tickmarks to the left side of the trackbar but I cannot figure out how to change the direction the pointer is pointing. Is it even possible?

Parents
  • 469350
    Offline posted

    Hi Michael,

    I would think that if you set the TickMarkSettings for both major and minor to the Left, then the thumb should reverse itself automatically for you. That seems like an oversight or a bug. So I'm going to forward this thread over to Infragistics Developer Support so they can get it fixed.

    In the mean time you could replace the thumb with an image of your own which points in any direction you like using the ThumbAppearance.Image property. You will probably also need to turn off themes to get your image to show up, so set ThumbAppearance.ThemedElementAlpha to Transparent or set UseOsThemes on the control to false.

Reply Children