Looking for an inputMultilist with multicolumns and checkboxes

fdx12345

Active Member
Licensed User
Longtime User
I am not sure how to pull this off but I am looking for an InputMultiList type of display which has one column for Item # and 6 columns of checkboxes. It would be great if all columns had a means of having a column title but I can add one later with Labels if push comes to shove. The whole view needs to be scrollable thus not a great idea trying to use individual checkboxes.

I could use a grid/spreadsheet but that method does not have checkboxes.

Any suggestions?

Bill
 

fdx12345

Active Member
Licensed User
Longtime User
Scrollview

I see the examples show loading and configuring the scrollview via code. Can one load the scrollview via the Designer? This can be done for a panel with no problems. All of the objects are available. I do not believe this is possible though it is done in the full blown VB compiler for a PC.

Bill
 
Upvote 0
Top