how do i prevent adding of groups and items in an ultraexplorerbar during runtime??
Handle the GroupAdding/ItemAdding event, set the Cancel property of the event arguments to true.