Hi there,
I am currently working on a silverlight business application, so I have come across a little problem and I am looking for some asssistence.
In the application I am developing some pages (in the silverlight) can become quite long, but what I am finding is that the ASPX or Browser is determining the page size and the hence the silverlight control tries to fit this... but can't so it clips the the content.
The behaviour I am looking for is as follows:
All grids are set to Auto to allow them to take on the size of their content (images, form expanders, etc) this should allow the grid to grow (Vertical at least) and this should create scrollbars in the browser as the Silverlight expands to fit/accommodate the content.
How do I achieve this behaviour?
Basically all the ASPX page is, is a container for the Silverlight... the entire application will be done through Silverlight.