Blog

Page 39 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for What is the template binding vs binding?

What is the template binding vs binding?

Published on September 2, 2023

πŸ“ **What is the template binding vs binding?** Have you ever come across the term "template binding" while coding in WPF (Windows Presentation Foundation)? And did it leave you scratching your head in confusion? Well, fear not! In this blog post, we'll d

Cover Image for Changing the cursor in WPF sometimes works, sometimes doesn"t
c#

Changing the cursor in WPF sometimes works, sometimes doesn"t

Published on September 2, 2023

# How to Change the Cursor in WPF: A Guide to Common Issues and Easy Solutions πŸ’‘πŸ–±οΈ Have you ever experienced the frustration of trying to change the cursor in your WPF application, only to find that it sometimes works and sometimes doesn't? πŸ€” Don't wor

Cover Image for Pushing read-only GUI properties back into ViewModel

Pushing read-only GUI properties back into ViewModel

Published on September 2, 2023

# Pushing read-only GUI properties back into ViewModel πŸ“πŸ” So you want your ViewModel to always be aware of the current state of some read-only dependency properties from the View? πŸ€” Not to worry, we've got you covered! In this guide, we'll address the

Cover Image for How do I create a WPF Rounded Corner container?

How do I create a WPF Rounded Corner container?

Published on September 2, 2023

πŸ“ Hey there, tech enthusiasts! Today, we are diving into the fascinating world of WPF (Windows Presentation Foundation) to address a common query that might have left you scratching your heads: "How do I create a WPF Rounded Corner container?" πŸ€” πŸ—οΈ Ima

Cover Image for Formatting text in a TextBlock
c#

Formatting text in a TextBlock

Published on September 2, 2023

# πŸŽ‰Formatting Text in a TextBlock: The Easy Way! 🌈 Are you struggling to achieve that fancy formatting in the text displayed inside a **TextBlock** control in your WPF application? πŸ€” Don't worry, I've got your back! In this blog post, I'll walk you thr

Cover Image for Setting Icon for wpf application (VS 08)
c#

Setting Icon for wpf application (VS 08)

Published on September 2, 2023

# Setting Icon for WPF Application (VS 08) πŸ–ΌοΈ So, you want to set an icon for your WPF application in Visual Studio 2008? You've come to the right place! In this blog post, we will walk through the common issues and provide easy solutions to help you set

Cover Image for Disposing WPF User Controls
c#.net

Disposing WPF User Controls

Published on September 2, 2023

πŸ–±οΈ **Disposing WPF User Controls: A Complete Guide** Are you struggling to dispose of your WPF user controls properly? πŸ€” Don't worry, we've got you covered! In this blog post, we'll address the common issues with disposing WPF user controls and provide

Cover Image for How to put a new line into a wpf TextBlock control?
c#newline

How to put a new line into a wpf TextBlock control?

Published on September 2, 2023

πŸ—’οΈ **How to Put a New Line into a WPF TextBlock Control** Are you struggling to insert new lines in a TextBlock control in your WPF application? Don't worry, I've got you covered! In this guide, I'll walk you through the common issues faced when dealing

Cover Image for In what order are Panels the most efficient in terms of render time and performance?
performance

In what order are Panels the most efficient in terms of render time and performance?

Published on September 2, 2023

# What's the Fastest WPF Panel for Render Time and Performance? πŸ“’ Hey there, tech enthusiasts! Have you ever wondered which WPF panel is the fastest and most efficient in terms of render time and performance? πŸŽοΈπŸ’¨ Look no further! In this blog post, we'

Cover Image for WPF ListView turn off selection

WPF ListView turn off selection

Published on September 2, 2023

# How to Turn Off Selection in WPF ListView - with Style! Are you tired of rows in your WPF ListView being highlighted when clicked? Do you want to customize the look of the hover/selection to match your design? Look no further! In this guide, we'll show