QuickAccessMenuItem => larger icon needed #1008
Answered
by
batzen
GinoDerycke
asked this question in
Q&A
-
Hello, is there a possibility to make the icon of a QuickAccessMenuItem larger? My code for a QuickAccessMenuItem:
Thanks in advance! Gino |
Beta Was this translation helpful? Give feedback.
Answered by
batzen
Feb 3, 2022
Replies: 1 comment
-
There is currently now built in way to do that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
batzen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is currently now built in way to do that.
To achieve what you want you would have to set
RibbonProperties.IconSize
,Width
andHeight
on the items contained in the QAT manually. Maybe by reacting to item added events or something like that.