Posted 4 September 2020, 1:47 am EST
Hi there,
Our users are allowed to minimize the Ribbon of our app. The current state of the Ribbon is being saved during the termination processes of our app in order to have it re-assigned during the next app-start.
However even though I provide the minimized state of the ribbon at the very top of C#'s Main() procedure, for a fraction of a second the Ribbon is being displayed in maximized shape and therefore causes a flicker during app start.
Is there a best practise to avoid this around?
Thanks in advance,
Stephan