#wpf

[ follow ]

Breaking Down The Top WPF Datagrids | HackerNoon

WPF's DataGrid lacks advanced features, making third-party suites essential for enterprise applications.
FlexGrid offers high performance, customization, and essential features for managing large datasets.
#textbox

AutoCompleteTextBox for comma-seperated terms in C# and WPF following the MVVM approach

The AutoCompleteTextBox improves user experience by providing unobtrusive suggestions that only interact with the ViewModel upon user acceptance.

WPF: Ultra fast and simple string painting using GlyphRun

Efficiently write strings to DrawingContext in WPF for improved performance.

AutoCompleteTextBox for comma-seperated terms in C# and WPF following the MVVM approach

The AutoCompleteTextBox improves user experience by providing unobtrusive suggestions that only interact with the ViewModel upon user acceptance.

WPF: Ultra fast and simple string painting using GlyphRun

Efficiently write strings to DrawingContext in WPF for improved performance.
moretextbox
#c

ChatGPT API in C# WPF

The C# WPF app communicates with OpenAI GPT3.5-turbo API and has a similar UI layout to the OpenAI chat website.
The app uses the MVVM design pattern and includes classes for ChatViewModel, ChatHistory, and ChatList.

WPF based exciting Pong Game

Pongs game created using WPF and C#, customizable settings for ball and paddle attributes, pause and restart buttons.

ChatGPT API in C# WPF

The C# WPF app communicates with OpenAI GPT3.5-turbo API and has a similar UI layout to the OpenAI chat website.
The app uses the MVVM design pattern and includes classes for ChatViewModel, ChatHistory, and ChatList.

WPF based exciting Pong Game

Pongs game created using WPF and C#, customizable settings for ball and paddle attributes, pause and restart buttons.
morec

Enhancing WPF DatePicker: Issues and Solutions via SmartDate CustomControl

Understanding the complex structure of WPF DatePicker and its Template is crucial for enhancing design skills.
#navigation

Customizing ListBox for a Smooth Animated Navigation Bar in WPF

WPF applications traditionally use a programmatic approach for navigation and menu configurations.
The control design and animations can be implemented using ListBox and Animation technologies in WPF.

Customizing ListBox for a Smooth Animated Navigation Bar in WPF

WPF applications traditionally use a programmatic approach for navigation and menu configurations.
The control design and animations can be implemented using ListBox and Animation technologies in WPF.

Customizing ListBox for a Smooth Animated Navigation Bar in WPF

WPF applications traditionally use a programmatic approach for navigation and menu configurations.
The control design and animations can be implemented using ListBox and Animation technologies in WPF.

Customizing ListBox for a Smooth Animated Navigation Bar in WPF

WPF applications traditionally use a programmatic approach for navigation and menu configurations.
The control design and animations can be implemented using ListBox and Animation technologies in WPF.
morenavigation

Customizing ListBox for a Smooth Animated Navigation Bar in WPF

WPF applications traditionally use a programmatic approach for navigation and menu configurations.
The control design and animations can be implemented using ListBox and Animation technologies in WPF.

WPF NET8 Extended RichText Editor with Toolbar

This article discusses an extended version of a NET8 WPF RichTextBox with enhanced features such as toolbars, status bar, context menu, dialogs, and more.
[ Load more ]