Keith Pickford

Results 5 comments of Keith Pickford

I've run into this as well - I need to synchronise the scroll-offset of multiple CollectionView instances. This has been open for a while so may I ask, is this...

Hi @alamzaib-farooq and thank you for the report. I had a quick look at your xaml and that looks fine, so the problem looks to be with my library. I'll...

I have a similar issue that is not related to Shell (I'm not using Shell) that looks like it may have the same root cause, so I'm sharing my investigations...

Hi @pureween. I perhaps should have said I think my issue may be related because AdamDiament noted that '... and clicks sink through to the other flyout items below it.'...

The following workaround works for me ... In your `xaml`, give the `MediaElement` an `x:Name` ... ```xaml ``` Then in your code-behind, hook the `Loaded` event and call the `Play`...