Hello Ela,
There is no problem to use Expression Blend for manipulating RadCarousel Control. As for setting up the Path property, you need first to specify the ItemsPanelTemplate, inside which is the RadCarouselPanel. RadCarouselPanel has a Property "Path" - the one you need to work with. After specifying it, you can apply it as a DynamicResource for the ItemsPanel Property of the RadCarousel. For example:
The data specified here for the
Path property is just a sample. You can define whatever type of path you want.
Furthermore, you can find more examples on working with the properties of the
RadCarouselPanel in our
online demos.
As for the second question, you can specify the property
ItemsPerPage and set it to the desired number - in your case - 8.
And lastly, for working with the frontmost item in the panel, you may use the TopContainer - RadCarouselPanel.TopContainer.
Best wishes,
Maya
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items