This is a migrated thread and some comments may be shown as answers.

RadCarouselPanel 's page

1 Answer 55 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
Johnny
Top achievements
Rank 1
Johnny asked on 03 Dec 2013, 08:53 AM
Can I remove the frame of  grid?(attachment)

<ScrollViewer CanContentScroll="True">
            <telerik:RadCarousel x:Name="carousel" IsSynchronizedWithCurrentItem="False" HorizontalScrollBarVisibility="Hidden"  Loaded="carousel_Loaded" Height="309"   >
                <telerik:RadCarousel.ReflectionSettings>
                    <telerik:ReflectionSettings HiddenPercentage="0" OffsetY="0" Opacity="0" Visibility="Collapsed"/>
                </telerik:RadCarousel.ReflectionSettings>
                <Grid  Height="111"  Width="111" >
                    <Grid.Background>
                        <ImageBrush ImageSource="a.png"/>
                    </Grid.Background>
                </Grid>
                <Grid Height="111"  Width="111"  >
                    <Grid.Background>
                        <ImageBrush ImageSource="b.png"/>
                    </Grid.Background>
                </Grid>
                <Grid  Height="111"  Width="111">
                    <Grid.Background>
                        <ImageBrush ImageSource="c.png"/>
                    </Grid.Background>
                </Grid>
            </telerik:RadCarousel>
        </ScrollViewer>
    </Grid>

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 04 Dec 2013, 08:30 AM
Hello Johnny,

I believe you are referring to the border of CarouselItem. If that is so, you can edit its template and style it in the way you want. 


Regards,
Maya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Carousel
Asked by
Johnny
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or