Replies: 2 comments
-
you can binding a command of viewmodel, or find page from parents of this CollectionView. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Use App.Current.MainPage. for the current page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I understand custom controls are created with
ContentView
and could be instantiated pretty low in control tree of a page.To display alerts from
ContentView
it has to be able to get the page instance it is currently in. I haven't found fromContentView
api doc how to get it.Can someone please help?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions