Hi,
I am using XamCarouselListBox in one region of Shell (Compostie WPF / PRISM) .I am using a horizontal path for Items in the CarouselListBox, My Problem here is i am able to view the Items perfectly when iam visualizing the Region fully on my right side of the screen,but when i resize my region,the navigator buttons are being relative to the region but the items are not being relative to the region/navigator buttons . Iam setting the ItemPathPadding="0,0,0,300" of CarouselViewSettings. Is there any way to have my Items positioned relative to the Navigator Buttons?? Please let me know
Thanks and Regards,
Ram
Hi Ram -
Are you saying that when the XamCarouselListBox is resized (as the result of resizing the region) that the Navigator moves to preserve its position relative to the bounds of the XamCarouselListBox but the items don't change position at all? Does reverting the ItemPathpadding to 0,0,0,0 change the behavior at all in this scenario?
JoeM
Hi JoeM,
Yes when the XamCarouselListBox is resized, the Navigator Buttons are positioned relative to the region(Right Bottom Corner) but the Items are not being relatively positioned.The Items in the CarouselListBox is a user control which look like bar graph.I have tried giving ItemPathPadding to 0,0,0,0 ,If i do this the items are only half visible while loading the screen itself which is ruining my initial functionality also.Can we have some way so that the Items are relatively positioned to the Navigator Buttons....
Thanks
The position of the ItemPath (and therefore the items) should adjust when the carousel is resized. Can you tell me which other CarouselViewSettings properties you have defined (e.g., ItemPathStretch), or better yet send a simple project that duplicates the issue?