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

Do Windows 8 Store Apps (Metro) run in Windows 7 or XP?

What new things needed to run Metro Apps in Windows XP or Windows 7 A virtual machine of Windows 8. Metro apps currently don’t run on Windows 7, and definitely don’t on Windows XP. According to this thread, it’s difficult but might happen eventually: Keep your eyes out on future Channel 9 videos and on … Read more

What is an equivalent method to `GetCustomAttributes` for .NETCore (Windows 8 Framework)?

You need to use type.GetTypeInfo(), which then has various GetCustomAttribute methods (via extension methods), or there is .CustomAttributes which gives you the raw information (rather than materialized Attribute instances). For example: var attribute = type.GetTypeInfo().GetCustomAttribute<WrapperObjectAttribute>(); if(attribute == null) { … } … GetTypeInfo() is the pain of .NETCore for library authors ;p If .GetTypeInfo() doesn’t … Read more

Using Client certificates for Windows RT (windows 8.1/windows phone 8.1)

The problem could be related to the validity of the certificate that you are using it. By default .Net refuses to establish https connection with invalid or not trusted certificate. Usually the certificate is invalid because it is generate by a non-trusted authority (self signed certificate) or because the address of the site is not … Read more

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