Skip to content

TableView Releases

Fix iOS
Section header and footer text is now readable in dark mode using iOS secondary label colors
Enhancement
EntryCell now uses a clean named Style (transparent background, no border) instead of inline property settings
Fix iOS
DatePickerCell and TimePickerCell now use Focus() on iOS/Mac instead of transparent overlay, fixing tap interaction
Enhancement
Section header background now always applies a theme-aware default (light: #F2F2F7, dark: #1C1C1E) instead of only when explicitly set
Enhancement
Separator colors now use iOS system separator colors by default instead of low-opacity BoxView
Enhancement
Drag-sort reordering replaced up/down arrow buttons with native drag-and-drop gesture recognizers
Feature
Initial Public Release
Feature
14 built-in cell types: LabelCell, CommandCell, ButtonCell, SwitchCell, CheckboxCell, SimpleCheckCell, RadioCell, EntryCell, DatePickerCell, TimePickerCell, TextPickerCell, NumberPickerCell, PickerCell, and CustomCell
Feature
Three-level cascading style system (TableView, Section, Cell)
Feature
Dynamic sections and cells via ItemsSource / ItemTemplate with INotifyCollectionChanged support
Feature
Drag and sort reordering within sections
Feature
RadioCell with section-scoped or TableView-scoped radio groups
Feature
PickerCell with full-page single or multi-select and auto-generated value text
Feature
Pure .NET MAUI implementation with zero platform-specific code
Feature
Full MVVM support with BindableProperty on all properties
Feature
Programmatic scroll control
Feature
Section headers and footers with text or custom views
Feature
Cell icons, hints, descriptions, and borders
Feature
Selection highlighting with customizable colors