I have a situation where the client wants to include category headers within the list of items.
The solution I came up with is to add the categories to the item list for the question, then use a constructed list and adding the first category item, then the items that fall under it, then adding the second category items and its items, etc.
My problem is how to hide specific items in a list, not just disable them.