Hello
So far I could change the font size by all used item in my Desktop application by:
Item.FontSize = <size>
Now I have added a DesktopSearchField and tried to set the font size the same way but that leads to an error message, same for (older) class SearchField. Why can I change the font size on every other item but not for the search field or am I doing anything wrong?
Regards