Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karenpayneoregon/winforms-radios
Code samples for data binding radio buttons and fake data binding in a DataGridView in WinForms
https://github.com/karenpayneoregon/winforms-radios
csharp databinding windows-forms
Last synced: about 1 month ago
JSON representation
Code samples for data binding radio buttons and fake data binding in a DataGridView in WinForms
- Host: GitHub
- URL: https://github.com/karenpayneoregon/winforms-radios
- Owner: karenpayneoregon
- Created: 2024-05-03T23:19:42.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-03T23:31:47.000Z (6 months ago)
- Last Synced: 2024-10-01T00:01:24.136Z (about 1 month ago)
- Topics: csharp, databinding, windows-forms
- Language: C#
- Homepage:
- Size: 270 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About
Examples for binding enum to a custom group box for radio buttons.
## Requires
- Microsoft VS2022
- NET8 or higher Framework and .NET Framework 4.8### .NET Framework 4.8
![net48](assets/figure1.png)
### .NET Core 8
![core](assets/figure2.png)