Message 1 of 6
Add-in performance while Hiding select set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
i have created an adding function that does some things...
one of the operations is to hide everything that is selected (same as right clicking and toggeling visibility).
for some reason, when i select a large number of items, it takes a lot of time to hide them ass opposed to using right click...
my code looks like this (pseudo code):
-----------------
for each item in selectset
item. visibility = false
next
------------
am i doing this the wrong way?
can i make it somehow "smarter"
thanks,
Eyal