Hi,
Trying to make my WP7 application fancier, I wanted to apply the TiltEffect on the Hubtiles I use. This to indicate that a user actually has pressed the tile.
Sadly enough this doesn't seem to work. I have edited the following constructor of the HubTile class:
TiltableItems = new List<Type>()
{
typeof(ButtonBase),
typeof(ListBoxItem),
typeof(MenuItem),
typeof(HubTile)
};
While the HubTile acts as a button, the effect isn't applied. Could you look into this please?
Trying to make my WP7 application fancier, I wanted to apply the TiltEffect on the Hubtiles I use. This to indicate that a user actually has pressed the tile.
Sadly enough this doesn't seem to work. I have edited the following constructor of the HubTile class:
TiltableItems = new List<Type>()
{
typeof(ButtonBase),
typeof(ListBoxItem),
typeof(MenuItem),
typeof(HubTile)
};
While the HubTile acts as a button, the effect isn't applied. Could you look into this please?