cimbalino / Cimbalino-Phone-Toolkit

Cimbalino Windows Phone Toolkit
MIT License
78 stars 32 forks source link

SystemTrayService dependency property please #35

Closed lolohouse closed 10 years ago

lolohouse commented 10 years ago

Please, add property dependency for SystemTrayService for show/hide controls binding to isvisible, enable/disable controls if SystemTrayService is show. Thanks

pedrolamas commented 10 years ago

The system tray and the SystemTrayService are simple objects and not DependencyObject and as such, cannot support binding.

You can change those properties directly in the service instance, so I'm not sure what you actually require here besides that... :\