I have a page with two ListBox controls. The page contains a list of items based on the item's category.
There is a header for a category, followed by a ListBox containing all items for that category, then another header followed a list of items for that category, etc.
The issue I'm having is that each ListBox scrolls independently. I want the whole page to scroll (which it does), but not each individual ListBox. The ListBox controls grow automatically to their content, so there is no need to have them scroll. Is this possible?