Skip to content

TableView Releases

Feature
New DurationPickerCell for duration/timespan input with min/max constraints, customizable format, and prompt-based entry
Enhancement
EntryCell now renders borderless on all platforms using MAUI handler customization via UseShinyTableView() — no more visible platform borders on the inline text entry
The library now includes platform targets for Android and iOS/MacCatalyst solely for borderless Entry rendering. All controls and cells work on any .NET MAUI platform — the platform targets are only used to clean up Entry appearance on those specific platforms.
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 — works on all MAUI platforms
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