I have a ListView nested in a ViewCell inside of a TableView in order to create a makeshift dropdown (selectable list). It works great since the selection is highlighted and updates when another item is clicked due to the itemsource. The one issue I am having is that the listview scrolls even though the size of the control fits all of the rows. Is there any way to turn off the scrolling in the ViewCell or ListView?
↧