Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Enhancement] Ability to set TextColor on TableSection #2910

@pfedotovsky

Description

@pfedotovsky

It would be nice to set TextColor for TableSection, like so:

<TableView Intent="Menu">
     <TableRoot>
          <TableSection Title="Test Section" TextColor="#FFFFFF">
                <TextCell Text="Test Item" TextColor="#FFFFFF"/>
          </TableSection>
     </TableRoot>
</TableView>

That's needed so it's possible to better distinguish TableSection and ViewCell (https://stackoverflow.com/questions/32224617/how-to-set-textcolor-xamarin-forms-tablesection), especially on Android.
Currently, it's possible via custom renderers, but it's a bit hacky.

Having this out of the box would be nice.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions