How do I hide a row in a WPF grid?

Posted by elggarc on Stack Overflow See other posts from Stack Overflow or by elggarc
Published on 2010-03-26T08:17:07Z Indexed on 2010/03/26 8:23 UTC
Read the original article Hit count: 259

Filed under:
|

I have been hiding a row in a WPF grid by setting the Height property to 0.

I was expecting something akin to a Visible property.

Is there a more appropriate way to hide the row?

Thanks,

E

© Stack Overflow or respective owner

Related posts about wpf

Related posts about grid