Telerik Forums
UI for WPF Forum
2 answers
116 views

I am using a horizontal path for the radcarousel panels. There are 3 panels in the carousel ItemsPerPage="3". The middle panel is the focused panel. Is there a way to specify spacing between central panel and panels on either side.
Thanks in advance
YK

Maya
Telerik team
 answered on 13 Jan 2014
2 answers
70 views
Hello,

We have a custom User Control that presents custom tool icons in a RadCarousel.  The data items that are in an Observable collection and used as the Item source have a ToolTip property.  Is there an event that can be used to synchonize the Carousel's items to show that hint?

Thanks,

Reid
Reid
Top achievements
Rank 2
 answered on 06 Dec 2013
1 answer
104 views
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>
Maya
Telerik team
 answered on 04 Dec 2013
3 answers
98 views

After the last update I did for my telerik products I started getting error reports from my user base. I didn't change anything to do with the carousel on my last release. I am attaching the error in a png file, let me know if anyone has any ideas. I have also had a long standing issue with the carousel where I change the selected item from code behind and if I have more than 5 items in the carousel, the third item will be brought to the top instead of the selected item. I do have code that I use to make sure that the items stay in view. But I can't see why the carousel is changing position, I had to set my selected item to null and then to the value I wanted it to be. So the carousel changes to the third item in the list then after setting it to null and back to my item it will select it properly.


Thank you

Vera
Telerik team
 answered on 08 Nov 2013
2 answers
96 views
Hi.
I have 7 items in my carouselPanel. It begins to 'carouse' in the middle, so the first item is items[4].
How can i change that, it will always scroll from right to left, with first item, and do something like:
[] -> [] -> [] -> [] -> [] - last item, rewind and again

Regards
Paweł
Top achievements
Rank 1
 answered on 10 Jul 2013
3 answers
170 views

Hello Telerik, been while!

I am currently attempting to give my reporting screen a bit of 'wow' but have hit a snag...

The CarouselPanel is perfect for my needs - however it does not seem to incorporate the ability to bind MVVM loaded collections.
Will I have to re-code the entire Carousel control to make it similar to the CarouselPanel, or have I missed something?

btw; I want the item-wrapping and mouse-driven elements from the Panel type (hence the choice).
Maya
Telerik team
 answered on 03 Jul 2013
5 answers
227 views
Imagine a carousel, and on each carousel pane there is something that looks like a vertically oriented business card or a property grid, with interactive data-entry fields. Some of the data fields are textboxes, some are radio button groups, and some are datepickers, some are simple dropdown lists, and one is a "popout" notes field. Is something like this possible in WPF?  Would there be a way to search rapidly through the dataset (it could contain as many as  10,000 items) and when  a match is found, the carousel would "zoom" that record into the focused pane of the carousel?


Maya
Telerik team
 answered on 03 May 2013
1 answer
99 views
Hi!
I am trying to apply a theme on the RadCarousel control and nothing seems to work

This is the code snippet that I tried:
<telerik:RadCarousel Name="Carousel" telerik:StyleManager.Theme="Vista">

There is no other global theme on the application
What is the correct way to do this?

 Thank you
Conner
Maya
Telerik team
 answered on 14 Mar 2013
3 answers
115 views
I have a RadCarouselPanel within of a ListView.

The animated items are moved by only the scroll bars. Is there a way to move them by clicking on each of them? then, the selected item, move bring to front?

Thanks in advance.

Pablo
Maya
Telerik team
 answered on 07 Mar 2013
3 answers
89 views
So I run a background worker to update a progress bar on a certain part of my window, in another part I have a Carousel filled with items. as soon as I change the values of one of the properties bound to the progress bar, the Carousel items vanish. If I go set my selected item to null then set it back to its former value then it will show them again along with the animation of selecting a new item.
Going to post below a screenshot with and without the carousel items.
Maya
Telerik team
 answered on 06 Mar 2013
Narrow your results
Selected tags
Tags
+112 more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?