Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
630
xamDataCarosel Horizontal Path not working for me???
posted

Hi

I just want to change the path for my xamDataCarousel, I must have syntax wrong but it doesnt look like it?

I have tried to copy into this post the code as neat as possible...and to bind to sample data to keep it concise as possible. Thanks in advance

<Path
 Visibility="Hidden"
 Fill="{x:Null}"
 Stretch="Fill"
 Stroke="#FF000000"
 x:Name="HorizontalPath"
 Data="M 9,250 C9,250 491,250 491,250 " />

<igDP:XamDataCarousel x:Name="xamDataCarousel1"                        
  Margin="0,0,0,0"
  VerticalAlignment="Top"
  Width="Auto"
  Height="Auto"
  GroupByAreaLocation="None"
  BindToSampleData="True" >
<igDP:XamDataCarousel.ViewSettings>
<igWindows:CarouselViewSettings
  IsListContinuous="True"
  ItemPath="{Binding ElementName=HorizontalPath, Mode=OneWay}"
  ItemsPerPage="10"                                
  UseOpacity="True"
  ItemPathPadding="0,0,0,0"
  ItemPathPrefixPercent="0"                                
  ItemSize="128,128" />
</igDP:XamDataCarousel.ViewSettings>
<igDP:XamDataCarousel.FieldLayoutSettings>
<igDP:FieldLayoutSettings AutoGenerateFields="True"  />
</igDP:XamDataCarousel.FieldLayoutSettings>
</igDP:XamDataCarousel>

  • 138253
    Offline posted

    Hello ajax11,

    Thank you for your post. I have been looking through it and I tested the code you provided and it seems like it works ok on my side. If this is still an issue for you, could you please provide me with some more details about your environment, so I can investigate this further for you. Please note, we are making efforts to ensure all posts are addressed by an Infragistics expert. We believe that the other community members could benefit from this thread as well.

    Feel free to write me if you need further assistance.