Basic Customization > User Interface Customization > Presenting Information in the UI > Windchill Client Architecture Tree > Customization Points > Configuring Tree – Hide Expand/Collapse Norgie
  
Configuring Tree – Hide Expand/Collapse Norgie
Expand/collapse norgie presentation is controlled by setDisableAction method. You can set string value for this attribute. “true” value will present the expand/collapse norgie whereas “false” value will hide them.
TreeConfig tree = factory.newTreeConfig();
treeConfig. setDisableAction(“false”) //hides the expand/collapse Norgie