Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My dataset has a table with two columns, FileNames (string) and Visible (boolean)

I have a listbox that shows FileNames with datasource displaymemeber.

Can I make the listbox show only the 'visible' rows?
Posted
Updated 21-May-10 16:28pm
v2

1 solution

Not really, no. Your data source is not that sophisticated. You'd need to do a filter on the collection, so that only the visible rows are returned.

BTW, VB Express is just VB.NET, and VB.NET would have made a good tag, not a subject.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900