Posted 17 years ago
by Boyd
-
Sr. Software Developer,
Patterson Consulting, LLC

I work mostly in C#, but I think VB.Net uses multiple tabs on the IntelliPrompt member list to show advanced items and commonly used items. Would be nice to see SE support this concept.
A design approach could be pretty straight-forward. Instead of having a single collection of member list items, you can have multiple collections. Each collection would have a name (i.e. "Command" or "Advanced"), and would have a default representation as tab groups. Switching the tabs performs an "on-the-fly" switching of the memberlist that is bound to the current IntelliSense operation.
A design approach could be pretty straight-forward. Instead of having a single collection of member list items, you can have multiple collections. Each collection would have a name (i.e. "Command" or "Advanced"), and would have a default representation as tab groups. Switching the tabs performs an "on-the-fly" switching of the memberlist that is bound to the current IntelliSense operation.