I have a large collection of checkboxes that I'd like to allow the user to scroll through... like a list box, but with checkboxes (faked graphic example pictured). Does anyone know how to do this or know of a componet that allows it?
Quick and dirty:
make a seperate page with the check list, then on your main page put an IFrame on it, and point its source to teh checklist page. That will give you the exact look you want.
Ah..well, does it have to be in a scroll box? I've done exactly what you're trying to do, but just with a datagrid.
The downside of my way is that you'd have to scroll....
Oh..wait...
If you used a datagrid with paging, you wouldn't need to scroll at all. However, this would mean that they'd have to page through all the controls, and if they miss a page of options, that probably wouldn't be good either.
Sorry, went on a tangent there. The datagrid way will work though.
... on second thought, I'm switching design tactics.
This was at a user's request who's more familar with windows forms. Always try to give 'em what they want first...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.