Hi,
In my silverlight appliaction, the xap object has been
given a height of 550px in aspx pge. it is placed in a DIV and the div
height is set to 100%. Now my issue is , since i gave a fixed height to
the object, the object resides in that area only. if i give object
height as 100%, there forms a vertical scroll. My requirement is to
set a min height of 600 to the xap object and if the available space
increases its size automatically increases to fill the browser available
space.
Please suggest me a method to do that.
Regards