How to Display Selectable, Copyable Read-Only Text in WPF
Learn how to use a read-only TextBox as a TextBlock replacement in WPF so text remains selectable and copyable without allowing edits.
This website introduces Windows applications developed by s-iguchi. Each application page includes not only feature descriptions but also the development background, the technologies used, UI/UX considerations, and links to the GitHub repository, providing detailed information for developers.
The applications featured on this site are built primarily with WPF and serve as practical examples of Windows application development. The goal is to share hands-on knowledge, including UI design, layout techniques, sample applications for testing and verification, and useful libraries or tools. This site aims to provide helpful information for developers interested in Windows app development or looking for implementation references.
Learn how to use a read-only TextBox as a TextBlock replacement in WPF so text remains selectable and copyable without allowing edits.
The correct combination of DisplayMemberPath, SelectedItem, SelectedValue, and SelectedValuePath depends on the element type bound to ItemsSource. This artic...
Learn why ListBox selection can appear to disappear when UI virtualization is enabled, and how to keep selection state stable with an IsSelected-based MVVM p...
A demo application showcasing standard WPF controls running on the latest .NET. Useful as a reference for UI layout and styling.
A tool for generating customizable MessageBox samples. Helpful for UI prototyping and behavior testing.
A lightweight, dependency-free XAML extension library for WPF. Provides MVVM foundations and WPF-specific attached behaviors as NuGet packages.