Hello,
im using UltraWinToolbars 15.1.20151.2132. I setting up the CaptionPlacement to TextPlacement.BelowImage, and its working for all tools, except for the FontListTool and the FontSize, as u can see on the screenshot.
Ok its named .BelowImage and this are comboboxes, but then i need something like .BelowControl, or what do i have to set up?
GreetingsiA. Kits
This is expected behavior. The reason that the FontListTool and FontSizeTool aren't moving down to line up with the other text is because those tools have no images, and the BelowImage setting doesn't apply to them.
We're currently looking into this to see if there's a way to override the default behavior.
Hi Martin,
This was answered by Ivaylo in a private case, but I wanted to reproduce the answer here:
Thank you for contacting Infragistics!
Although there is no built in functionality for changing FontListTool's caption position above or below the tool itself, you can create your own customized tool via creating a control container tool that wraps UltraFontNameEditor with UltraLabel inside UltraPanel. For further reference about using control container tool, take a look at the following documentation page: http://help.infragistics.com/doc/WinForms/2015.2/CLR4.0/?page=WinToolbarsManager_ControlContainer_About_the_ControlContainer_Tool.html
Please see the attached sample application and let me know if it matches your requirements.