Skip to content

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>, ILayoutProvider

Inheritance

ObjectHex1bNodeListNode<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:

csharp
public override void ConfigureDefaultBindings(InputBindingsBuilder bindings)

Released under the MIT License.