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

RadListView list items horizontally

8 Answers 703 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Ervis
Top achievements
Rank 1
Ervis asked on 05 Nov 2012, 09:35 PM
Hi

I have a radlistview being populated manually in iconview mode. However when the list has more items then the display area it automatically creates new rows therefore the scrolling happens vertically.

I am sure there is a way to change it so items go in one row and the scrolling is horizontal but so far I have to failed to find it.

Any help would be appreciated.

8 Answers, 1 is accepted

Sort by
0
Accepted
Ivan Petrov
Telerik team
answered on 07 Nov 2012, 01:44 PM
Hi Ervis,

Thank you for writing.

You can use the Orientation property of the IconsListViewElement to control the flow direction of the items in the list view. Here is an example:
this.radListView1.ViewType = ListViewType.IconsView;
((IconListViewElement)this.radListView1.ListViewElement.ViewElement).Orientation = Orientation.Horizontal;

I hope this will be useful. Should you have further questions, I would be glad to help.
 
Regards,
Ivan Petrov
the Telerik team
Q3’11 of RadControls for WinForms is available for download (see what's new). Get it today.
0
Ervis
Top achievements
Rank 1
answered on 07 Nov 2012, 04:26 PM
Thank you very much that did the trick now the list expands horizontally with horizontal scroll bars appearing as needed.
Again thank you
0
Mohammadreza
Top achievements
Rank 1
answered on 09 Oct 2013, 04:09 AM
Hi, I am wonder what is the name of the controller that is used in Telerik website. I attached the picture to this.
If you have any example please guide me.
Thank you.
0
Ivan Petrov
Telerik team
answered on 09 Oct 2013, 12:49 PM
Hello Mohammadreza,

Thank you for writing.

The control you are referencing is RadRotator. You can find more info on it in our online documentation - RadRotator.

I would like to note that this is the WinForms forum and questions related to the ASP.NET AJAX components should be asked in the corresponding product forum.

I hope this will help. Do not hesitate to write back with further questions.

Regards,
Ivan Petrov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
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 >>
0
Divya
Top achievements
Rank 1
answered on 31 Dec 2016, 09:34 AM

Hello,

I need to create tabbed Page(row contains tabs) in the middle of the screen(not like =>after the toolbar or top of the screen). For that i spent 3 days. please help me, very urgent.

 

0
Divya
Top achievements
Rank 1
answered on 31 Dec 2016, 09:35 AM
That too i need in XAML.(Xamarin.froms) not in code.cs
0
Divya
Top achievements
Rank 1
answered on 31 Dec 2016, 09:37 AM

And One more thing: Horizontal ListView from Xaml Xamarin.froms.(Setting height,width and alignment of that list items in XAML)??

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 02 Jan 2017, 06:16 AM
Hello Divya,

Thank you for writing.  

I would like to note that this forum is related to the Telerik UI for WinForms suite. Feel free to post your questions for other products in the relevant forum: http://www.telerik.com/forums/winforms

Thank you for your understanding.

Regards,
Dess
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
ListView
Asked by
Ervis
Top achievements
Rank 1
Answers by
Ivan Petrov
Telerik team
Ervis
Top achievements
Rank 1
Mohammadreza
Top achievements
Rank 1
Divya
Top achievements
Rank 1
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or