(X) Hide this Sign up for the upcoming webinar on WCF RIA Services Validation by Brian Noyes. March 16th, 10 am PST (check your local time)
Full info | Sign up | More webinars
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 2 results for Kent Boogaart.
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  Feb 28, 2011 (2 weeks ago)
    Tags: WPF , Kent Boogaart

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterKent Boogaart has created his own BooleanToVisibilityConverter that addresses some requirements of the original one.

    Source: Kent's Blog

    This is a small thing, really, but how often do you curse WPF's BooleanToVisibilityConverter (or Silverlight’s lack thereof) because it doesn't allow you to convert true to Visibility.Collapsed instead of Visibility.Visible? Or what about converting false to Visibility.Hidden instead of Visibility.Collapsed?



  • 0 comments  /  posted by  Silverlight Show  on  Feb 21, 2011 (3 weeks ago)
    Tags: VisualStateManager , Kent Boogaart

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) resources on TwitterKent Boogaart has published the code for his MinimumTimeVisualStateManager class.

    Source: Kent Boogaart's Blog

    The Visual State Manager infrastructure is extensible in that it allows custom a VisualStateManager instance to be associated with a given element. Such a custom manager might do something as simple as logging visual state changes, or something more complex. In my case, I wanted to enforce a minimum time for any state that desires one, which implies an attached property to set that minimum time and some logic to delay state changes when necessary.