Item name "..."

This commit is contained in:
2022-02-14 12:07:17 +01:00
parent 9661155cdd
commit b11d009195
11 changed files with 188 additions and 24 deletions

View File

@@ -154,11 +154,5 @@ namespace FileTime.Avalonia.Views
BeginMoveDrag(e);
}
}
private void OnCurrentItemsSelectionChanged(object sender, SelectionChangedEventArgs e)
{
var listBox = this.FindControl<ListBox>("CurrentItems");
listBox.ScrollIntoView(listBox.SelectedIndex);
}
}
}