-
Notifications
You must be signed in to change notification settings - Fork 1.4k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]RotatorTile OnCurrentItemChanging #2994
Comments
@SeakyLuo Is this something you would like to work on by creating a PR? We are still seeking assistance on this by community members but if you want to start you are more than welcome 🙂 |
Cool, I will try when I am available. @Kyaa-dost |
@SeakyLuo any update on this? We are fast approaching our 6.1 release and tomorrow is the last day of code submission. |
Sorry for late response. I have a little bit trouble with pushing my code. So I put it here. I apologize in advance if my code does not follow your coding convention. |
Thanks @SeakyLuo, do you need some assistance in getting setup with the Toolkit repo? I created a YouTube video here about building the toolkit itself. Let us know how we can help you get setup. For now, I'll move this to our next milestone as we're closing out our current release. |
@SeakyLuo Thanks for all the work! Did you have a chance to take check out Michael's video above? Please let us know of an update and we can still push this in our upcoming 7.0 release. |
@SeakyLuo will be moving this to our 7.1 release. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Describe the problem this feature would solve
I want to change the background of my
Grid
whereRotatorTile
lies, when the image in theRotatorTile
is changing. HavingOnCurrentItemChanging
would be very helpful for solving this issue. Another issue this would solve is that I want my image to have a random rotating direction.Describe the solution
I am expecting a function like
void OnCurrentItemChanging(object sender, RotatorTileItemChangedArgs args)
where args will inform me of the next item and even allow me to cancel the change.
Describe alternatives you've considered
I can use binding but that's inefficient I think, because I only need to change one part (background) of my control and I don't need to change others. But currently I need to put everything into the
ItemTemplate
.The text was updated successfully, but these errors were encountered: