mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Set TabStop as TabGroup which allow F6 shortcut.
This commit is contained in:
@@ -13,6 +13,7 @@ internal class TabRowView : View
|
||||
Id = "tabRowView";
|
||||
|
||||
CanFocus = true;
|
||||
TabStop = TabBehavior.TabGroup;
|
||||
Width = Dim.Fill ();
|
||||
|
||||
_rightScrollIndicator = new View
|
||||
|
||||
Reference in New Issue
Block a user