Thank you. I have a mobile list with a bunch of items. Depending on the password the user logs in with I need the ability to hide some of those items and show some of those items when the user shows its page. I know I can make all items visible via the UI, and then use Apperyio("mobilelist_3").hide() to hide at run-time those as needed - and that works perfectly and is an acceptable solution. But I was thinking that to be able to show items that had previouolsy been hidden would provide great flexibility in the future. If it can't be done, please don't consider it vital from my perspective right now.