Standard-Toolkit icon indicating copy to clipboard operation
Standard-Toolkit copied to clipboard

[Bug]: Kypton Ribbon - QAT Doesn't Fully "Go Away" when Hidden

Open davidjman opened this issue 1 year ago • 4 comments

.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.

Image

davidjman avatar Apr 16 '25 05:04 davidjman

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.

lesandrog avatar May 02 '25 16:05 lesandrog

Hi @lesandrog,

Could you please have look at this and try to replicate it / try your earlier stated solution to see if this works ?

giduac avatar Jun 16 '25 13:06 giduac

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.

Image

lesandrog avatar Jun 17 '25 01:06 lesandrog

Hi @davidjman,

Please provide us with a sample app that demonstrates the problem and @lesandrog can have a look at it.

Thanks.

giduac avatar Jun 17 '25 03:06 giduac

No further response, closing.

lesandrog avatar Jun 26 '25 21:06 lesandrog