Remove subpanel from detailview if it doesn’t have records
Sometimes Scrolling DetailView is annoying if many subpanel has no records into it. We come across interesting requirement in which we have to remove all those subpanel which has no records, so user are easily check the related records without much scrolling. We achieve the functionality as follows. For Example,…