Telerik Forums
UI for WinForms Forum
3 answers
106 views

Greetings,

I have 2 controls  :

1-  Rad Carousel (name =  Slideshow) , with 5 Image items , each image is labeled on with its corresponding index.

2- Label1

 

I wrote the code below to check the selected item of Rad Carousel control (Using a very simple method : showing the selected index value in form of a label's text)

 

Private Sub SlideShow_SelectedItemChanged(sender As Object, e As EventArgs) Handles SlideShow.SelectedItemChanged
 
           Label1.Text = SlideShow.SelectedIndex
 
 
   End Sub
 
   Private Sub SlideShow_SelectedIndexChanged(sender As Object, e As EventArgs) Handles SlideShow.SelectedIndexChanged
 
           Label1.Text = SlideShow.SelectedIndex
 
       End If
 
   End Sub

 

I attached a gif file that illustrates the issue with odd indexing.

Surprisingly,  When I switch between items moving backward and forward, the selected item's index, shown in the label, doesn't match with the real indexing of the item . As you can see, clicking on the right arrow of the Rad Carousel seems to work just fine and indexing is correctly shown, but clicking on the left arrow of the Rad Carousel doesn't seem to be showing the real index of the selected item (doesn't make any sense).

 

Thanks for your attention.

Nadya | Tech Support Engineer
Telerik team
 answered on 30 Jul 2020
1 answer
118 views

Hi I am developing an application where Image URLs are saved onto a SQL database (Local paths) The images are in a JPEG/PNG format. Would it be possible to get the Image URLs from the database and insert them into the carousel? If so please can I get some help on how to do so :)

Kind regards

Nadya | Tech Support Engineer
Telerik team
 answered on 29 Apr 2020
0 answers
49 views

I have a picturebox1 and radtextbox1 radbutton1

I show pictures in picturebox1 from file

I need to click radbutton1 to add image from picturebox1 ,and text from radtextbox1 above it and resize image to 8.27 inches width , 11.69 height stretch

I could add the item but the big images appear so big 

I used this code in radbutton1 click event :

 

Image image = pictureBox1.Image;
            RadButtonElement item = new RadButtonElement();
            item.Image = image;
            item.Text = radtextbox1.Text;
            radCarousel1.Items.Add(item);

 

 

ahmed
Top achievements
Rank 1
 asked on 05 Oct 2018
2 answers
21 views
Can themes be viewed and purchased by other vendors that can be used with the Telerik UI?  In particular, I like the theme used with ADOBE Photoshop...can this be purchased?

 

Dave

David
Top achievements
Rank 1
 answered on 27 Dec 2016
2 answers
117 views

I have just downloaded the WinForms UI (30 Day Free Trial) and have been experimenting with the Carousel.  First, I want to use a background image in the Carousel or the Form; how do I turn off the gradient used in the carousel.  I tried setting backcolor to transparent with no effect.

Second, I would like to create the same layout used in one of the Telerik Demos (See attached image).  How can I accomplish this?

Last, I am using Visual Studio 2015 and I am unable to open many of the downloadable demos...including the demo for the Carousel!!!  I have spent a frustrating three hours trying to adjust settings without the correct results.

I'm not sure I want to invest in a package without available help.  I was able to view some Carousel videos on YouTube, however the information I was looking for was not mentioned.  Please help.

Dave

David
Top achievements
Rank 1
 answered on 27 Dec 2016
3 answers
105 views
I need to know how to use this control to show me the images that are inside a folder( in a directory), not something that is static
aand it is possible be automatically movement, where you dont need user interaction, can be possible to do this with this control?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Dec 2015
1 answer
60 views

I have added Text to the carousel image and set the Text to be displayed as textaboveimage - and tried a number of the other options as well - and I cannot see any of the text....

 It's not long text either - often just one word.

 What am I doing wrong to cause the text not to appear above the image.

 I should also mention that the images are 128 x 128... so it's possible that the text is 'under the image' - how do I cause the text to be shown above the image?

 I also tried to set the Text Position Offset Height to 140 to see if that would work but still - no visible text.

 Can anyone help with this?

Stefan
Telerik team
 answered on 19 Aug 2015
1 answer
34 views
Hi, how to change Word Icon to solid? I dont want the transperency effect. Scroll out the properties but I didnt found what I want.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Oct 2014
3 answers
190 views
Dear Forum readers,

I am new to Telerik's Winforms controls and must first say that I am impressed with them. The music library demo especially inspired me because of its "cover flow" look. I decided to give it a spin ;-) and try to implement this in one of our products.
So I chose to use a Bezier path as in the example and started adding items... (paintings in my case).
The problem that I encountered is that I have a variable number of images that are attached to a database record. The number of images gan be anything from 1... n What I want to achieve is that the selected image is always in the centre (middle) position. This works great for an odd number of items, but not for an even number of items. In the case of an even numberof items there are two images at the centre sitting side by side. The situation even becomes weirder when the number of items falls below 3:
If there are only two items then each of them sits at the end of the Bezier path, with nothing in the middle, when there is only a single item then this is placed at the end of the Bezier path and the animation becomes weird too: it "flashes" twice on display (not what you want).

This is the arrangement that i would expect:

5 items

5            1
    4     3
       2

4 items:

4
    3     1
        2

3 items:

3       1
    2

2 items:

2
     1

1 item:

       1

I have created a small Visual studio 2010 project that illustrates my problem. Yoiu can download it at : ftp://ftp.adlibsoft.com/pub/outgoing/carouseltest.zip Does anyone know how I can achieve what I want with the radCarousel ? I tried different Bezier paths for 2 or 1 items. Tha "kind of" works, but I am still stuck with the double animation when there is only a single item. Turning the animation off helps, but that is also not what one wants.

Thanks in advance for any suggestions

Bert Degenhart Drenth
Adlib Information Systems
bdd@adlibsoft.com
www.adlibsoft.com

George
Telerik team
 answered on 25 Sep 2013
0 answers
57 views
Hello,
I want to bind Carousel Images to 'Picture' column of a DataTable named 'Users'.
DataTable is placed in DataSet. Parent form is Login form and when the user types his/her name in the
textbox carousel items rotates and picture of owner of the username is shown.(I've seen an example in somewhere in your website or demos , forgotten)

please give me a code snippet to bind to the DataTable's picture column.
Thanks again.
Tooraj
Top achievements
Rank 1
 asked on 06 Jun 2013
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
Buttons, RadioButton, CheckBox, etc
DropDownList
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
Menu
RichTextEditor
PropertyGrid
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
Tabstrip (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
GanttView
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
VirtualGrid
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
Rotator
TrackBar
MessageBox
CheckedDropDownList
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
CAB Enabling Kit
TabbedForm
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ImageEditor
ScrollBar
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Barcode
Styling
ColorBox
PictureBox
Callout
VirtualKeyboard
FilterView
Accessibility
DataLayout
NavigationView
ToastNotificationManager
CalculatorDropDown
Localization
TimePicker
ValidationProvider
FontDropDownList
Licensing
BreadCrumb
ButtonTextBox
LocalizationProvider
Dictionary
Overlay
Security
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
Flyout
TaskbarButton
HeatMap
SlideView
PipsPager
+? more
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?