Reputation: 23
I am using xamarin forms PCL .
I have button and entry in one layout on the same grid position.Is there a way to hide a button but its click function has to work.
Upvotes: 1
Views: 559
Reputation: 23
Thanks for your reply.
I solved by myself by setting opacity to 0 i.e Opacity="0" for button.so that it will not display but its functionalities will work as normal.
Upvotes: 1