You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, still repro in .NET 8.0/9.0
Issue description
When setting CheckBoxs=True and DrawMode=OwnerDrawText, the selected node box is not fully rendered.
Expected Results:
When setting CheckBoxs=True and DrawMode=OwnerDrawText, the result should be the same as when CheckBoxs=True and DrawMode=OwnerDrawAll, the selected node box will be fully rendered.