2 changed files with 1 additions and 6 deletions
@ -1,9 +1,5 @@ |
|||||
<Window xmlns="https://github.com/avaloniaui" |
<Window xmlns="https://github.com/avaloniaui" |
||||
xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml' |
xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml' |
||||
x:Class="Sandbox.MainWindow"> |
x:Class="Sandbox.MainWindow"> |
||||
<StackPanel> |
<TextBox /> |
||||
<TextBox x:Name="txtBox" /> |
|
||||
<TextPresenter Text="Hello World" PreeditText="{Binding #txtBox.Text}" CaretIndex="11"/> |
|
||||
</StackPanel> |
|
||||
|
|
||||
</Window> |
</Window> |
||||
|
|||||
Loading…
Reference in new issue