Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: How do I hide a ListBox row?

$
0
0

A ListBox is designed to display all the rows in the data structure assigned to it, which is either a ListModel or a StringListListModel is preferred.

There's no way that I can see to hide a given row.  I suggest that you use a temporary ListModel that stores a filtered subset of your data.  Assign that temporary ListModel to your ListBox.


Viewing all articles
Browse latest Browse all 7260

Trending Articles