Reputation: 783
I am trying to create a small photo album layout in vb.net using a listview
that when a new album has been created it shows it in the listview
as a 3 x 2 grid. But when it gets more than a 3 x 2, I want it to just show a link listing all albums. Here is a image of what I'm trying to achieve:
Thanks in advance.
Upvotes: 0
Views: 326
Reputation:
just check the listview items count if its count more than 6 then a button or hyperlink "...All albums" shows on page otherwise this button or hyperlink hides on page....
Upvotes: 1