Categorized View Question

In the view properties, you have an option to auto expand categories by default upon opening the view. Since there isn’t an option, is there a way to programmatically open certain categories instead of ALL categories when the view is opened?

Thanks in advance

Subject: RE: Categorized View Question

NotesUIView.SelectDocument method will reposition the highlight to a document you specify, which has the side effect of opening the category containing that document.

Subject: RE: Categorized View Question

Thanks for the guidance Andre! I’ll take a look into using that method.