one year ago Building a Bluesky client in Uno Platform Bluesky has taken the world by storm last month (unsurprisingly!), so let's try to build a simple cross-platform C# client in Uno Platform! Read more →
8 years ago Tip: Roztažení položek seznamu v UWP na šířku Zjistěte, jak roztáhnout položky seznamů v aplikacích pro Windows na celou šířku ovládacího prvku a objevte stylování prvků pomocí ItemContainerStyle. Čtěte dál pro více informací! #Windows #UWP Read more →
8 years ago Tip: Stretching list items in UWP Learn how to stretch list items in UWP's ListView and ListBox controls to fully utilize the available width. Discover how to use the ItemContainerStyle to align the container and contents of each item. Customize your list controls with these simple styles. Check out the full article for code samples and more details! Read more →
8 years ago Observing system color changes in UWP apps Discover how to make your app adapt to user preferences in real-time with accent colors and dynamic resource references. Learn how to access the current accent color and handle color changes outside of XAML using the UISettings class. But beware, there might be an unreliable bug in the system! Check out the full article to find out more. Read more →