I could use some help setting up my Silverlight based map to fit the screen regardless of the users screen resolution. My situation is this: The Silverlight map is hosted in a grid containing 3 rows and 3 columns. The map is in the second column second row (center cell). I want to set the width of the first column(0) to a fixed width of 250 and the width of the third column to 10. I want the second column to float to take the remainder of the available screen and the map to fill the column it is in. All of my attempts to use auto width options and width="*" etc. have resulted in a tiny map and the grid collapsed to fit it. The only way I can get a decent sized map is to set a fixed width for the center column which leaves unused space on the screen if the user has a higher resolution monitor. What am I missing?
Thanks