Krypton-Suite / Standard-Toolkit

An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET 6 - 8
BSD 3-Clause "New" or "Revised" License
387 stars 57 forks source link

[Question]: Krypton group visualization problem when resizing the form, the group "detaches" from the Ribbon #1463

Open mbagattini opened 3 months ago

mbagattini commented 3 months ago

After upgrading a project from .NET 4.8 to .NET 6 I'm getting this misbehaviour (among others) on a Ribbon: upon resizing, the control does not scale correctly and show this sort of overflow popup.

image

Any way to disable it? I changed that triple container to behave with MaximumSize = Large and MinimumSize = Medium, the ribbon instead of scaling other controls is doing as pictured.

Smurf-IV commented 3 months ago

@mbagattini

mbagattini commented 3 months ago

I'm on 70.x, will surely try with 80.x. Can't upgrade at the moment, I thought maybe this was a known behaviour avoidable by setting some property but looks like it is now. Feel free to close this one for the time being, I think I will be able to check version 80.x only in a few weeks.