This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Replies: 6 comments
|
It be interesting to be able to set them individually and have different values (except margin since that already exists). It would be a breaking change for sure, so it we do decided this, it needs to be for 3.0 On the other side, it would make it a bit more work to set the same value for all of them (having to use a style). Any way it can be done for both? No breaking change and more flexibility |
0 replies
|
This issue seems inactive. It will automatically be closed in 14 days if there is no activity. |
0 replies
|
We could probably turn the current properties into nullable values. If it's set, use it. If it's not set, use the values from the CarouselItem |
0 replies
|
Sounds like a good approach to me and makes the Carousel more powerful, I'm for it. |
0 replies
|
Whats the status? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm submitting a...
Current behavior
There are many properties on the Carousel control that might be better suited to be on the CarouselItem control.
Expected behavior
Properties like ItemMargin, ItemDepth, ItemRotationX, Y and Z might be better suited going on the CourselItem control now that one exists
All reactions