https://github.com/karenpayneoregon/wpflistboxstyle
WPF styling ListBox and binding with VB.NET
https://github.com/karenpayneoregon/wpflistboxstyle
listbox style xaml
Last synced: 3 months ago
JSON representation
WPF styling ListBox and binding with VB.NET
- Host: GitHub
- URL: https://github.com/karenpayneoregon/wpflistboxstyle
- Owner: karenpayneoregon
- Created: 2019-12-19T20:19:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T22:08:52.000Z (over 6 years ago)
- Last Synced: 2025-06-22T03:39:49.792Z (about 1 year ago)
- Topics: listbox, style, xaml
- Language: C#
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WPF ListBox style and binding
Provides examples for displaying columnized information in a ListBox in C# and Visual Basic.

### About
Code samples are based off Microsoft docs, [Data Templating Overview](https://docs.microsoft.com/en-us/dotnet/framework/wpf/data/data-templating-overview) were in a DataTemplate is used to provide a view to task in two columns while this code sample expands on the original topic to include editing capabilities using a [ContentControl](https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.contentcontrol) designed with TextBlock and TextBox controls bound to the data in the ListBox.
Both projects have styles in app.xaml for C# and Application.xaml for Visual Basic.
---
[TechNet article location](https://social.technet.microsoft.com/wiki/contents/articles/53502.wpf-listbox-data-templatingstyling.aspx)
---
### NuGet packages
[JetBrains.Annotations](https://www.nuget.org/packages/JetBrains.Annotations) MIT license