Click here to Skip to main content
15,878,871 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
in my project i am using 'silver light bing maps' and i am using bootstrap also but when try to decrease the size of window layouts are not working of maps.remaining each and every controls are support layouts except map.




please share any idea to me.
Posted

1 solution

Quote:
remaining each and every controls are support layouts except map
The easiest way to recognize the problem is to use the Developer Tool's Inspect Element Feature.

Just try to inspect or locate that element using Developer Tool. Then you will see what all CSS Classes and Properties are applied to that particular control or element.

You will certainly get the hint why the some CSS are missing or could not be applied.
That may be because some inline styles are overwriting it or any other reason.

You can see some CSS properties have stricken out, which indicates that those properties are not applied to the control or element.

Please take a look at the below resources, which plays with Bing map in some way.
Try to learn the technique how they interact with Bing map element.

1. Responsive Google or Bing maps[^]
2. Bing Map + Bootstrap[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900