Skate through code..
Sunday, 28 July 2013
WPF - How to set width to 100 percent
›
In WPF if you want to set the width of a UI element to 100%, its a bit different from how you do in HTML. The width cannot be set like width...
Set default Window / Page - WPF Application
›
The default page to be loaded in a WPF application is configured in App.xaml file. By default the project will have App.xaml file as below:...
Wednesday, 24 July 2013
LongListSelector: item click (Windows Phone)
›
Use the SelectionChanged event of LongListSelector to handle the item click action. Windows Phone APIs are still young and doesn't have ...
Tuesday, 23 July 2013
'VisualTree' is set more than once - Windows Phone Error
›
The property 'VisualTree' is set more than once. If you keep getting this error in your windows phone app, it should be from your ...
Monday, 22 July 2013
Detecting Current Theme in Windows Phone - Dark or Light
›
If you stick to the default themes and brushes in windows phone apps, windows phone would adjust the styles according to the user's se...
‹
Home
View web version