Issue
I am trying to connect a Button and Collectionview in my tvos application (Xamarin - Visual Studio Mac). I need to show the collectionview when tap the button.
I am following this blog for the implementation of collectionview in my project. The 6th step on this blog tells how to connect the Button and collectionview , Control-drag from the Button to the Collection View Controller and select Push from the popup:
Screenshot

I tried a lot by dragging the Button to Collectionview, but there is no popup and they are not getting connected. I am a beginner on tv os application development. So anybody please explain this mechanism? If provide a gif file, it will be easy. :)
Solution
- Focus on the button and click the Control on the keyboard at same time .
- Move the mouse from the button to the CollectionViewControl .
- Now the popup will display.
Answered By - Lucas Zhang - MSFT

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.