giduac
giduac
Hi @Smurf-IV , What I thought is that when autosize is on the control re-adjusts it's width when the inner text becomes larger than the visible area. I obviously didn't...
Hi @Smurf-IV , I've been having deeper look at this and it actually does work but in a different way than you would intuitively expect. The Krypton versions lack this...
Hi @Smurf-IV , Findings below. I used videos which illustrate things better imo. **Tested with net48/50/60** _Winforms DUD & NUD_ - Docs: AutoSize property documentation, for both controls, does not...
@Smurf-IV Nice. Btw: do you want an extra bug ticket for the KNUD to fix resizing in the designer (3rd video) ? ...
Hi @Smurf-IV Confirming the above fix in Nightly: 70.22.7.200-alpha
@Wagnerp This is probably also a candidate to be included in the April release
@Wagnerp there you go, No exception there. In the designer the breadcrumb property (collection) `RootItem->Items` has no button to manage those items. At runtime it does show this collection button...
@Wagnerp _All works in NET48_ **Does not work in Net31/50/60** Tried several TK version including stable, canary and nightlies....
@Wagnerp Could this difference be it (taken from KryptonContextMenuCollections.cs) . According to the docs for Type.AssemblyQualifiedName https://docs.microsoft.com/en-us/dotnet/api/system.type.assemblyqualifiedname?view=net-6.0 _[Editor( @"Krypton.Toolkit.KryptonContextMenuCollectionEditor_**, Krypton.Toolkit**"_, typeof( UITypeEditor ) )]_ [Editor( @"Krypton.Toolkit.KryptonBreadCrumbItemsEditor", , typeof( UITypeEditor )...
@Wagnerp Did a search for these editor attribute strings and there are several that are missing the assembly name. Not sure if that will lead to the same problem but...