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

[Tizen] Fix ListView header/footer padding issue #10768

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

myroot
Copy link
Contributor

@myroot myroot commented May 19, 2020

Description of Change

This PR fixes Header/Footer padding issue on Tizen Wearable device

Issues Resolved

  • A first Item of ListView was not selected on Tizen Wearable devices

API Changes

Internal API was changed
Changed:

  • bool Native.ListView.HasHeader() => bool Native.ListView.HasHeaderContext()
  • bool Native.ListView.HasFooter() => bool Native.ListView.HasFooterContext()
  • void Native.ListView.RemoveHeader() => void Native.ListView.RemoveHeaderItemContext()
  • void Native.ListView.RemoveFooter() => void Native.ListView.RemoveFooterItemContext()

Added:

  • void UpdateHeader();
  • void UpdateFooter();

Platforms Affected

  • Tizen

Behavioral/Visual Changes

None

Before/After Screenshots

Not applicable

Testing Procedure

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@jsuarezruiz jsuarezruiz added p/Tizen a/listview Problems with the ListView/TableView labels May 19, 2020
Copy link
Collaborator

@rookiejava rookiejava left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing done with Galaxy watch series.

@rmarinho rmarinho merged commit 6681463 into xamarin:4.6.0 Jun 1, 2020
@samhouts samhouts added this to the 4.6.0 milestone Jun 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/listview Problems with the ListView/TableView p/Tizen
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants