Animate (smoothly) ScrollViewer programmatically

You should stick with ChangeView for scrolling animations regardless of whether data virtualization is on or not. Without seeing your code where the ChangeView doesn’t work, it’s a bit hard to guess what’s really going on but there are a couple of things that you can try. First approach is to add a Task.Delay(1) before … Read more

Are Click, Tapped, and PointerPressed synonymous in WinRT-XAML?

Click is there for backwards compatibility, and is essentially the same as Tapped. Tapped is a “high level gesture” that will translate automatically to a click, tap, pen press, etc. and is what I would recommend to use. PointerPressed is not what you want. Here’s why: if I press and hold, the PointerPressed event will … Read more

Mysterious “Not enough quota is available to process this command” in WinRT port of DataGrid

OK, with some critical input from Tim Heuer [MSFT], I figured out what was going on and how to get around this problem. Surprisingly, none of my three initial guesses were correct. This wasn’t about memory, threading, or system resources. Instead, it was about limitations in the Windows messaging system. Apparently it is a little … Read more

Hide Status bar in Windows Phone 8.1 Universal Apps

With the release of Windows Phone 8.1 SDK comes a new StatusBar. The StatusBar replaces the SystemTray from Windows Phone Silverlight Apps. Unlike the SystemTray, the StausBar can only be accessed via code and some functionality has changed. StatusBar statusBar = Windows.UI.ViewManagement.StatusBar.GetForCurrentView(); // Hide the status bar await statusBar.HideAsync(); //Show the status bar await statusBar.ShowAsync(); … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)