pub fn set_multi_selection( tree: &mut FieldTree, id: FieldId, values: Vec<String>, ) -> bool
Set multiple selections for a multi-select list box. Returns false if read-only or not multi-select.
false