Category UWP

Getting rid of whitespaces between Runs in a TextBlock

The problem When we use Runs in a TextBlock in XAML, we can get these annoying whitespaces between the Runs in our application. For example, this XAML… <TextBlock> <Run Text=”123″ /> <Run Text=”456″ /> <Run Text=”789″ /> </TextBlock> … produces… Continue Reading →

Compiled bindings gotcha – Don’t forget INotifyPropertyChanged on your interface

Intro On one of our UWP projects we ran into an issue where OneWay binding using x:Bind (compiled bindings) didn’t work. Only the initial value was shown. In the end, when I found and fixed the problem, I realized that it was… Continue Reading →

UWP Custom Control: ExpandableDetailGridView (Google Images Style GridView)

‘Google Images Style’ GridView For one of the upcoming updates of the app I’m currently working on, the designers used a grid that looks a lot like the GridView that Google uses on it’s Images search result page. It’s basically… Continue Reading →

UWP Simple PDF viewer

Some months ago, I blogged about how to display PDF files in your UWP app: Displaying PDF files in a UWP app When I look at the stats of my blog, I notice that that particular blogpost gets a lot of visitors…. Continue Reading →

UWP app on Xbox One: controller input gotcha (KeyDown event)

I was trying out some stuff on my Xbox One (well technically not mine, but that doesn’t matter). More particularly I was testing out UWP for Xbox One. One of the first things I wanted to try out was how to get input… Continue Reading →

Getting the user’s physical location without location services

It has been a while since my last blogpost (due to various reasons: preparing wedding and talk at Techorama, meetings with the architect for the construction of our house,…)! But I finally found a bit time to write another blogpost. This… Continue Reading →

Slidedeck and code “Data sharing and Cross-App communication in UWP”

8th March 2016 I gave a talk for Mobel (“Belgian Mobile Developer User Group”) about Data sharing and Cross-App Communication in UWP. As it was only a short talk (in total there were 3 speakers, each one covering ‘data sharing’… Continue Reading →

Displaying PDF files in a UWP app

In this short blogpost I want to show you how I’ve used the Windows.Data.Pdf.PdfDocument class in order to render a PDF file inside my UWP app. In order to open a PDF from a UWP app, you can ofcourse, always… Continue Reading →

Custom UWP Control: Step-Through ListView

Designers tend to come up ‘crazy’ (not standard!) ideas about the looks and the behavior of UI elements. Especially when you are building a UWP app and those designers have no experience in this platform (no offence). A short time ago… Continue Reading →

Disable gestures on Pivot control

One last blogpost to end 2015 with… Intro For this small project I’m working on in my spare time, I wanted to use a Pivot control but without the gestures; i.e. swipe/pan/flick to go to the next or previous item… Continue Reading →

« Older posts Newer posts »

© 2024 Pie Eating Ninjas' Blog — Powered by WordPress

Theme by Anders NorenUp ↑