Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142662 | Feb 14,2019 04:00 AM UTC | Mar 1,2019 05:27 PM UTC | Xamarin.Forms | 8 |
![]() |
Tags: SfListView |
public class ListViewItemRendererExt : ListViewItemRenderer
{
public ListViewItemRendererExt()
{
this.PointerEntered += ListViewItemRendererExt_PointerEntered;
}
private void ListViewItemRendererExt_PointerEntered(object sender, Windows.UI.Xaml.Input.PointerRoutedEventArgs e)
{
this.Element.BackgroundColor = Xamarin.Forms.Color.Red;
var location = e.GetCurrentPoint(this);
Point position = location.Position;
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.