Set TabStop as TabGroup which allow F6 shortcut.

This commit is contained in:
BDisp
2024-11-24 17:50:51 +00:00
parent d4f061d4e8
commit f2ffae152b
2 changed files with 54 additions and 18 deletions

View File

@@ -13,6 +13,7 @@ internal class TabRowView : View
Id = "tabRowView";
CanFocus = true;
TabStop = TabBehavior.TabGroup;
Width = Dim.Fill ();
_rightScrollIndicator = new View