Fill all avaible space.

Posted by Neir0 on Stack Overflow See other posts from Stack Overflow or by Neir0
Published on 2010-03-13T17:34:11Z Indexed on 2010/03/13 17:35 UTC
Read the original article Hit count: 168

Filed under:
|
|

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]|

© Stack Overflow or respective owner

Related posts about xaml

Related posts about wpf