Browse Source
`VirtualizingCarouselPanel` can't bring items into view (it can't scroll) or get a control in a direction (it only hosts one control) but we shouldn't throw `NotImplementedException` as these methods can still be called. Just make them a no-op. Fixes #10374pull/10470/head
1 changed files with 2 additions and 10 deletions
Loading…
Reference in new issue