Fill all avaible space.
- by Neir0
Hi!
I have a xaml code:
<Grid>
<WrapPanel>
<TextBox ></TextBox>
<Button Content="GetIt" />
</WrapPanel>
</Grid>
How i can to get all avaible space for textBox?
i want to do something like that:
|[__________][GetIt]|