Use SourceCache, set SelectedItem and scroll to it
This commit is contained in:
@@ -11,5 +11,5 @@ public interface IGuiAppState : IAppState
|
||||
bool NoCommandFound { get; set; }
|
||||
string? MessageBoxText { get; set; }
|
||||
List<CommandBindingConfiguration> PossibleCommands { get; set; }
|
||||
BindedCollection<RootDriveInfo> RootDriveInfos { get; set; }
|
||||
BindedCollection<RootDriveInfo, string> RootDriveInfos { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user