Windows RT: How to change windows 8 live tile text color Unknown 12:53 You have only two choice for live tile text color, white & black.To change background color use this: Read More
WinRT: Programmatically scroll controls into view when virtual keyboard opens Unknown 18:10Use this code: private void TextBoxUserGotFocus(object sender, RoutedEventArgs e) { //Subir el teclado ...Read More