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
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.
MIko,
Thx for the quick answer. I'll try it out.
If I want a left arrow and a right arrow, do I have to pass two images to the draw filter? How do I do this?
thx, L.