-
Control Arrays of Tabstrip tabs, Pictureboxes and Listviews..
I have a ListView that displays a large list of data. I've implemented a
search with a filter option that selects all matching criteria in that
listview. What I would like to do is filter it to a new listview while
retaining all the features of the previous one. I was going to do it
with a control array and use a Tabstrip to select between them, but I'm
having difficulty implementing this. I start with a tabstrip with one
tab called "main". I usually use a container with the tabstrip like a
picture box. I want to be able to switch back and forth between the
tabs and have multiple filter possibilities with each going on a
separate tab. For each of the tabs, I want them all to have the same
search functionality. I know a control array is going to be needed here,
I'm just having trouble implementing it.
TIA
Matt
-
Re: Control Arrays of Tabstrip tabs, Pictureboxes and Listviews..
I think having multiple containers in frames pasted one over the other on
tabstrip control and changing the visible property according to the tab page
selection would solve your problem.
Anand
Matt Williamson <"N0 SPAM-Mattwil"@pce.net> wrote:
>I have a ListView that displays a large list of data. I've implemented a
>search with a filter option that selects all matching criteria in that
>listview. What I would like to do is filter it to a new listview while
>retaining all the features of the previous one. I was going to do it
>with a control array and use a Tabstrip to select between them, but I'm
>having difficulty implementing this. I start with a tabstrip with one
>tab called "main". I usually use a container with the tabstrip like a
>picture box. I want to be able to switch back and forth between the
>tabs and have multiple filter possibilities with each going on a
>separate tab. For each of the tabs, I want them all to have the same
>search functionality. I know a control array is going to be needed here,
>I'm just having trouble implementing it.
>
>TIA
>
>Matt
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks