Developer Alexander

Results 6 issues of Developer Alexander

### Godot version v4.0.beta10.mono.official ### System information Windows 11, Intel UHD Graphics 770 ### Issue description When many items (10000+) are added to a 2D Tree view the performance decreases...

enhancement
topic:gui
performance

The `TreeView` of Windows Forms has feature called `EnsureVisible` method which is very useful. (https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.treenode.ensurevisible?view=windowsdesktop-7.0) Is there something equivalent for the `TreeView` of Avalonia? This feature is essential for my...

enhancement

I was expecting that VoltageSwitch behave like when used with a negative hysteresis: > If Vh is negative, like in this case, the switch will smoothly transition between the on...

Maybe I am not familiar enough with this control but I did not find a way to disable sorting so that the user is not allowed to sort. It would...

The `TreeView` of Windows Forms has feature called `EnsureVisible` method which is very useful. (https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.treenode.ensurevisible?view=windowsdesktop-7.0) This feature is essential for my app. Is there something equivalent? If no I would...

Once you have clicked on a column to sort it (maybe by accident), there is no way to undo the sort. You can only change the order. But there is...