Skip to content

puppetsw/AvaloniaTokenizingTextBox

Repository files navigation

AvaloniaTokenizingTextBox

Current Progress

Example1

A Tokenizing TextBox for Avalonia, similar to the one created by Marcus Perryman for WindowsCommunityToolkit

Based on work by Jöran Malek

Usage

<DockPanel>
  <c:TokenizingTextBox
    TokenDelimiter=";"
    Items="{Binding Tokens}"
    SelectedItem="{Binding SelectedItem}"
    SearchSource="{Binding SearchSourceList}"/>
</DockPanel>

TODO

  • Cleanup main control file
  • ...pretty much an overhaul of everything

Licence

AvaloniaTokenizingTextBox is licensed under the MIT license.

Contributing

All contributions and improvements are welcome!