Hi,
I have this GRID:
In 2° row I have:
......
How can I set the height of datagrid as hegith of stackpanel for show verticarl scrollbar?
Thanks.
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Roberto SalemiPosted Feb 20, 2015, 4:05 AM
I resolved in this two ways:
1) replace StackPanel with DockPanel:
2) deleting StackPanel:
Thanks! ;)