[Bug]: Kypton Ribbon - QAT Doesn't Fully "Go Away" when Hidden
.NET Framework 4.7.2 / Krypton.Ribbon 90.25.2.55 / Krypton.Toolkit 90.25.2.55
When setting the Krypton Ribbon QATLocation to Hidden, The QAT totally disappears out of the designer as expected, but NOT from the "live" form when the app is launched. Space still gets reserved for the QAT as if it were there and being rendered even though it isn't.
Did you add a KPanel in Mode=Fill and then add the Ribbon? Try changing the KPanel to Mode=None, and see if the KRibbon is stuck to the KPanel or the Form! If it is in the KPanel, cut the Ribbon and paste it on the Form. Then put the KPanel back in Mode=Fill
Or look in the Designer.vb of your form, if there is something like Me.KryptonPanel1.Controls.Add(Me.KryptonRibbon1), delete it and put Me.Controls.Add(Me.KryptonRibbon1), respecting the names.
Hi @lesandrog,
Could you please have look at this and try to replicate it / try your earlier stated solution to see if this works ?
Hi @giduac,
I performed several tests, with ribbon and panels. And the only situation in which QAT becomes visible even with QATLocation = Hidden, is when a panel is first inserted with Dock = Fill and then the Ribbon is inserted. But QAT remains visible in Designer mode and in the application.
A little different from what happened with @davidjman . For an exact conclusion, we would need a sample.
Hi @davidjman,
Please provide us with a sample app that demonstrates the problem and @lesandrog can have a look at it.
Thanks.
No further response, closing.