Skip to content

Textbox styles

Sébastien Bouez edited this page Jul 23, 2023 · 1 revision

Default style

By default, any textbox will get the new theme, using the AccentColor when focused.
image

Extended controls

FolderPickerTextbox

The FolderPickerTextbox is a textbox that contains a button that allows the user to open the native folder picker dialog to select a folder.
image

Properties

  • string Text : The value of the textbox.

Events

  • EventHandler<string> SelectionChanged : This event fires when the users selects a path in the folder picker dialog. The string argument is the selected path.

Examples

<textboxes:FolderPickerTextbox x:Name="TbDefaultFolder" Width="240" />
Clone this wiki locally