ListNode
Namespace: Hex1b
Assembly: Hex1b.dll
String-specialized list node. Inherits all selection/scrolling/template behavior from with T = string; exists as a distinct concrete type so legacy handlers and tests that reference ListNode continue to compile and run unchanged.
csharp
public sealed class ListNode : ListNode<string>, ILayoutProviderInheritance
Object → Hex1bNode → ListNode<String> → ListNode
Implements
Methods
ConfigureDefaultBindings(InputBindingsBuilder)
Default binding configuration uses 's rebindable actions. The override redirects to the legacy action ids so existing rebind code keeps working.
Parameters:
bindings(InputBindingsBuilder):
csharp
public override void ConfigureDefaultBindings(InputBindingsBuilder bindings)