Allow use of UITableViewStyle.GroupedInset style with TableView/ListView #8124
Labels
area-controls-listview
ListView and TableView
good first issue
Good for newcomers
platform/iOS 🍎
proposal/open
Milestone
Description
It would be great if TableView and ListView could take advantage of the UITableViewStyle.InsetGrouped style on iOS and Catalyst. Currently, the style is hardcoded to either UITableViewStyle.Plain or UITableViewStyle.Grouped depending on the intent specified for the TableView or ListView.
Public API Changes
Addition of a new option for creating TableViews/ListViews where the underlying native UITableViews use UITableViewStyle.InsetGrouped.
Something like the following platform-specific configuration:
Intended Use-Case
The creation of settings UIs that match the style of the system Settings pages on iOS. This is also important for matching the visual styling of native apps being ported to .NET and Maui.
The text was updated successfully, but these errors were encountered: