Reputation:
I want to have my silverlight application to auto size it self to the contents within the application by changing the height of the Host div. How would you get what the size of the total app should be?
For instance I have a Grid with three rows, The top and bottom row have buttons and the middle row has a DataGrid that can change in height based on the page size the user has selected. I want the app to adjust the Host div's height to the height to display the entire app.
Upvotes: 0
Views: 2538
Reputation: 267
You've got two options here.
Upvotes: 1