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
2115
How to set a custom image for the ScrollButtons of a UltraTabbedMdiManager?
posted

Is there a way to specify a size and custom image for the ScrollButtons of a UltraTabbedMdiManager?

I seem to be able to set the ScrollArrowStyle, the BackgroundColor en when to show the ScrollButtons, but not the size and image of them... (in the TabGroupSettings).

Thx, Lieven Cardoen

Parents
  • 21795
    Offline posted

    Hello Lieven,

    There is no direct way to add images to the scroll buttons of UltraTabbedMdiManger. What you can do is add your images with custom DrawFilter. Regarding the size of the buttons this could be achieved by implementing a custom CreationFilter, but this will not be a trivial task as you will generally speaking recreate the entire control.

    Attached is a small sample showing how you can set a background image for each button. Please check my sample and let me know if this is what you are looking for or if I am missing something.

    UltraTabbedMdiManagerButtons.zip
Reply Children