Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 3 results for Resizing.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Jul 08, 2010 (6 days ago)
    Dinesh Sodani demonstrates how to make a pushpin larger in Bing Maps for Silverlight.

    When there are number of puspins on the Map, the size of the pushpin appears to be very large. So how do we change the size. First thing come to our mind is to change the Pushpin.Height and Pushpin.Width properties.But it doesn't work because those properties pertain to the controls Content property.



  • 0 comments  /  posted by  Silverlight Show  on  Jul 13, 2009 (more than a year ago)
    A while back Rob Houweling ran into a textbox that automatically made the font smaller when the text was larger than the size of the textbox. He wanted to recreate one in Silverlight so he did it.

    The textbox had to have a property for the minimum size of the font. We don’t want our users to see a textbox with a font of 0.25 pixels. That wouldn’t be a good user experience :)

    The rest of the stuff has to go pretty much automatically. When the user types, the fontsize automatically adjust. It gets smaller when the text is getting larger than the available space in the textbox and the fontsize gets larger when there’s enough available space.

  • 0 comments  /  posted by  Silverlight Show  on  Jul 09, 2009 (more than a year ago)

    A while back Tim Heuer wrote a post where he refactored the Silverlight ChildWindow to create a non-modal window and called it FloatableWindow. Now his friend Karl Shifflett helped him to add two new features - a start position and resizing capabilities to the window.

    My buddy Karl Shifflett decided to use it (FloatableWindow) in Glimpse as the diagnostic window – thanks Karl!  Karl even added some code to it to basically provide a start position (HorizontalOffset and VerticalOffset).  Another request Karl had was to add resizing capabilities to the window. I’m pleased to say that I added both of these features to the source.


Join the free SilverlightShow webinar 'Silverlight Behaviors for Designers' on July 14th 2010, 3:00pm EDT.
In this session on adding interactivity UX Designer and Consultant Zhivko Dimitrov will show how to bring your designs to life without writing a single line of code! Find out how to use drag & drop behaviors to control animations, add navigation, and simulate validation states. Read more | Register Now (hide this)