diff --git a/AutoSelectTextBox.md b/AutoSelectTextBox.md index 0cff7bf..cd5d126 100644 --- a/AutoSelectTextBox.md +++ b/AutoSelectTextBox.md @@ -8,7 +8,7 @@ AutoSelectTextBox is a control whose content is selected when it receives the fo **XAML** -{{ +``` -}} +``` + ## Properties -|| Property || Description -| AutoMoveFocus | Gets or sets a value indicating if the focus can navigate in the appropriate flow direction (e.g., from one cell to another when a cell is being edited) when the cursor is at the beginning or end of the auto-select text box. -| AutoSelectBehavior | Gets or sets a value indicating how the content of the auto-select text box is selected (Never or OnFocus). By default, Never. +| Property | Description | +| --- | --- | +| AutoMoveFocus | Gets or sets a value indicating if the focus can navigate in the appropriate flow direction (e.g., from one cell to another when a cell is being edited) when the cursor is at the beginning or end of the auto-select text box. | +| AutoSelectBehavior | Gets or sets a value indicating how the content of the auto-select text box is selected (Never or OnFocus). By default, Never. | -**Support this project, check out the [Plus Edition](https://xceed.com/xceed-toolkit-plus-for-wpf/).** ---- \ No newline at end of file +--- +**Support this project, check out the [Plus Edition](https://xceed.com/xceed-toolkit-plus-for-wpf/).** \ No newline at end of file