locked
IsTapEnabled = false on buttons doesn't do anything RRS feed

  • Question

  • Tried to disable buttons like this

    NewClassicGameButton->IsTapEnabled = false;

    They still happily react to Tapped events. Is there anything more I have to consider?

    Friday, July 27, 2012 10:25 AM

Answers

  • Hi,

    You should set the "IsEnabled" to false in order to disable the buttons. "IsTabEnabled" Gets or sets a value that determines whether the Tapped event can originate from that element but not disable /enable it.


    -Sagar

    Friday, July 27, 2012 11:09 AM
    Moderator