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?
NotesUIView.SelectDocument method will reposition the highlight to a document you specify, which has the side effect of opening the category containing that document.