https://github.com/realityripple/gambas-checkedlistbox
☑️ Gambas Component providing a Listbox Control with Checkboxes for each item.
https://github.com/realityripple/gambas-checkedlistbox
checkedlistbox component gambas gambas3 listbox
Last synced: 4 months ago
JSON representation
☑️ Gambas Component providing a Listbox Control with Checkboxes for each item.
- Host: GitHub
- URL: https://github.com/realityripple/gambas-checkedlistbox
- Owner: RealityRipple
- License: unlicense
- Created: 2020-02-09T02:33:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T21:05:40.000Z (about 4 years ago)
- Last Synced: 2025-08-02T02:03:23.226Z (11 months ago)
- Topics: checkedlistbox, component, gambas, gambas3, listbox
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Checked ListBox Component for Gambas
Gambas Component providing a Listbox Control with Checkboxes for each item.
#### Version 1.0
> Author: Andrew Sachen
> Created: February 5, 2020
> Updated: February 8, 2020
Language: Gambas
Compiler: Gambas 3.14.90
## Building
This component can be compiled using Gambas 3.13 or newer.
This component is *not* designed to support Cygwin compilation and may perform poorly or incorrectly on alternate Operating Systems.
## Documentation
Gambas does not natively provide a Checked Listbox control. This component adds a nearly exact clone of the ListBox control, but with checkboxes for each row, a Checked event, and a minor visual focus cue in the form of a dotted selection border.
## License
This is free and unencumbered software released into the public domain, supported by donations, not advertisements. If you find this software useful, [please support it](https://realityripple.com/donate.php?itm=Gambas+CheckedListBox)!