xLEGiON

Results 8 issues of xLEGiON

In ObjectCache, ClearSerializationCache() uses Clear() on the serialization cache Dictionary. This is an O(n) operation, where n is the capacity of the Dictionary. ClearSerializationCache() is called near the end of...

If an item is selected and then either: -The user scrolls further up so that the selected item is out of view and then presses Page Down -The user scrolls...

When a column has the `CanUserResizeColumn` property set to `false`, the spacing of the sort arrow does not look correct. Environment: TreeDataGrid Version: 11.0.2 Avalonia Version: 11.0.10 Operating System: Windows...

The Tab key can be used to change the focused cell. If the final cell of a row is focused, the focus will move to the next row. If the...

This fixes https://github.com/AvaloniaUI/Avalonia.Controls.TreeDataGrid/issues/265. The more efficient use of `ItemsReplaced` is kept when the old and new items have the same length. Otherwise, the previous behavior is used. Note that https://github.com/AvaloniaUI/Avalonia/pull/13795...

Pull request https://github.com/AvaloniaUI/Avalonia.Controls.TreeDataGrid/pull/241 ported some fixes from https://github.com/AvaloniaUI/Avalonia/pull/13795 to `RealizedStackElements`, including the new `ItemsReplaced` method. It also made use of this more efficient method in `TreeDataGridPresenterBase` when the items collection...

## What does the pull request do? Fixes https://github.com/AvaloniaUI/Avalonia/issues/15515. ## What is the current behavior? Double click to select a word. Then a single click on that word does not...

bug
backport-candidate-11.1.x

### Describe the bug The bug described in issue https://github.com/AvaloniaUI/Avalonia/issues/11390 for `TextBox` is still present for the `SelectableTextBlock`. ### To Reproduce Double click to select a word. Then a single...

bug