XAML Back to Basics #16: Custom Grouping
How to implement custom grouping
Building amazing cross-platform solutions for iOS, Android and Windows
How to implement custom grouping
How to display grouped data in a TreeView
How to sort groups of data items
How to display items in an ItemsControl using different templates
How to implement a data bound dialog box
How to synchronize ListBoxes displaying three levels of hierarchical data
List-detail scenario
How to sync selection of two data bound ListBoxes
How to make a data bound bar graph
This is an index post for a series of blog posts covering some XAML basics. The original content came from a series of posts that Beatriz Stollnitz made on WPF/Silverlight that had been moved to a github repository. Unfortunately most of the samples don’t work out of the box with the latest version of Visual Studio … Continue reading “XAML Basics for WPF, UWP, Uno and WinUI”
How to change the layout of an ItemsControl
What is the difference between SelectedValue and SelectedItem?
DisplayMemberPath
How to bind the items of a ComboBox (and get its ComboBoxItems
How to get a ListBoxItem from a data bound ListBox
What does “{Binding}” mean?
How should I decide whether to use DataContext or Source?
The other day Martin Zikmond tweeted about a messaging sample app he’d built using the Uno Platform, allowing the same app to run on iOS, Android, Windows, MacOS and Web. Whilst the concept was simple enough, the point was that there was almost no platform specific code and yet the app works and looks virtually … Continue reading “Building Messages in Blend for Visual Studio”
I’ve been a long time supporter of the work that the team at Uno Platform have been doing. The announcement today of v3.0 of the Uno Platform comes hot on the heals of releases 2.3 and 2.4 that introduced AndroidX and MacOS support. This isn’t just any old announcement, v3 aligns the Uno Platform with … Continue reading “Microsoft Build 2020: Uno Platform + WinUI = Future of Cross Platform Apps”
One of the things that I don’t like about the web is that I have to access everything via the browser. Whilst favourites and bookmarks are all well and good, one of the nice things about apps is that I can do things like pin to start/taskbar (Windows) or add to homescreen (Android). Sure I … Continue reading “Installing Uno as a PWA with WebAssembly”