Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
2 answers
281 views

WPF Listview Horizontal List

I am using listview in my WPF project. But the items are listed horizontally. I want it to be listed vertically and pass to the second column without a vertical scrollbar. How can I do that? What I ...
JuniorDeveloper's user avatar
0 votes
1 answer
263 views

How to create a horizontal list with only one element shown at a time?

The best way to explain what I'm trying to achieve is to show the picture bellow. I would like to implement the horizontal sliding card list with animation as seen above. However I'm new to swiftUI ...
Hubert Rzeminski's user avatar
0 votes
1 answer
447 views

Apply TapGestureRecognizer to a Label in Horizontal list - Xamarin Forms

I am trying put a horizontal list of some numbers as an item of ListView and I am done with that looks nice.. Sample screenshot of horizontal list as item in ListView what I want next is when I ...
user5598997's user avatar
0 votes
1 answer
422 views

Reducing the height of horizontal listview - xamarin forms

I am trying to get a horizontal listview scrolling horizontally having some numbers(0-23) as items in it. I am getting the listview as horizontal but the height of the listview is not getting wrapped ...
user5598997's user avatar
0 votes
6 answers
5k views

How to Initialize adapter in RecycleVIew? [duplicate]

Before this i am using ListView and it is working fine. But i want to set the ListView in Horizontal. so i came to know that RecycleView is more reliable then listview. am trying to work with Recycle ...
Andie's user avatar
  • 96
3 votes
3 answers
3k views

Xamarin Forms Rotating Listview adjust row width

In Xamarin Forms, I want to implement a horizontal listview (like shown in the image below). Via Rotation this is possible, but the I cannot change the row width. Is there also a possibility the let ...
NiAu's user avatar
  • 627
1 vote
2 answers
281 views

Android - Horizontal listview inside Listview row

facing problem while creating horizontal listview inside listview custom row. Problem is that, first row of listview is having 3 items i.e. A, B C. and second row of listview , having 6 items in ...
user avatar
0 votes
2 answers
9k views

How to make Horizontal ListView

I want to make a Horizontal listview, but i don't want to use the library of third-party. So, i try to use PagerAdapter but i can do it. I don't know how to fix it. This is my code i use to load ...
Evan Ngo's user avatar
  • 254
0 votes
4 answers
2k views

How can I create an horizontal ListView in Android with fixed number of items?

I searched for a few hours over the internet but I didn't find any example or documentation explaining how to create an horizontal list view with fixed number of elements. Basically, I would like to ...
Ispas Claudiu's user avatar
3 votes
0 answers
441 views

Scrolling the view of ListView in Horizontal ListView using button click in Android

I need to scroll view form listview on Click of "<" and ">" which are currently display. I also got some code but when i use that then there is scroll whole listview. I need to scroll only view ...
Sam's user avatar
  • 462
1 vote
2 answers
1k views

Android: how to have Horizontal-List-View with different width-size items?

I have a horizontal-listView in my layout. In my horizontal-listView's item-layout: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
Jalal Aghazadeh's user avatar
0 votes
2 answers
313 views

Button in Horizontal Listview responds to setonitemclick listener of the listview row

I have implemented Horizontal ListView. I have made the rows of the listview clickable. I have a Button in each Horizontal Listview row. On clicking the Button I want to show the facebook login dialog....
user avatar
0 votes
1 answer
940 views

Android Horizontal Images slider

Hi I need to achieve a horizontal image scroller in which the images towards the centre will be zoomed more. I could achieve somewhat close with horizontal listview and Circular drawable. Now I ...
Sreeraj's user avatar
  • 2,436
0 votes
1 answer
697 views

How to highlight the selected ListItem in horizontal ListView in android

I have made a custom Horizontal List View,Which is working very fine,But i want to do one thing,that when any list item is selected,It should be stayed highlighted till another item is selected,I have ...
user3820044's user avatar
0 votes
1 answer
232 views

Android: Create Horizontal List View but Image size cannot be set

I'd like to create an Horizontal List View. And I reference this http://www.dev-smart.com/archives/34 But it set ImageView size 150dp in "listitem.xml" <ImageView android:id="@+id/image" ...
Eric Tseng's user avatar
0 votes
1 answer
484 views

unable to set the size of image using UIL

I have two custom listviews, one is vertical and other is horizontal. And horizontal is inside vertical list. Part of vertical list is below <com.devsmart.android.ui.HorizontalListView ...
Yawar's user avatar
  • 1,933
0 votes
0 answers
164 views

Listview with horizontal Listviews

I want to make a ListView that contains items that has a Horizontal Listview. I have seen several apps doing this. Netflix does something simular, they use ViewPagers instead of ListViews. My problem ...
Kasper Finne Nielsen's user avatar
1 vote
1 answer
266 views

How to get horizental Listview's position to variable in android?

I am developing an Application. My layout is in my Previous Question. For that I am using horizontal List view. In that I want to Get the position of the images while Scroll is changed. I had tried ...
Pooja Roy's user avatar
  • 545
-1 votes
1 answer
41 views

How to implement a horizontall gallery of images where the item to be centered by using Horizontal listview/Scrollview. Listview is more preferable?

![enter code here][1] !https://i.sstatic.net/aYZVG.jpg From the above diagram it will be quite clear what I want. No matter how much scroll the user makes, after the scrolling stop, the item which ...
Timir Maji's user avatar
4 votes
3 answers
7k views

How to change background color when click on Horizontal Listview items in Android

How to change background color when clicking on Horizontal Listview items in Android So that users will know where they clicked. Below is the code which I got from some internet site. ...
Faiz Anwar's user avatar
0 votes
4 answers
200 views

how select android listview

i used horizontallistview in android. and it was worked very nice. and i had horizontallistview item selected when i click. and it also worked. when i click, one item's background was changed. and ...
Moon Taejin's user avatar
0 votes
1 answer
2k views

touch listener takes precedence over listscroll listener

I have got a horizontal list with swipe dismiss working except the swipe dismiss takes precendence over scrolling ie if I swipe from left to right but on the slightest angle it will think that im ...
Thomas's user avatar
  • 505
0 votes
1 answer
188 views

HorizontalListView performance issues : Calls inflates for every subview

I'm making a Pulse kind of UI for my app. For this I'm using HorizontalListView class as given here. However, this class has performance issues and delivers a noticeable lag. To confirm this I ...
Gaurav Arora's user avatar
  • 17.3k
3 votes
1 answer
860 views

Click item in Horizontal ListView

I have created horizontal listView as described in http://www.dev-smart.com/archives/34 . Everything works fine the only problem is that the effect we get when we click an element (color change of ...
pvn's user avatar
  • 2,106
3 votes
2 answers
3k views

Horizontal list of user controls (winforms)

I'm certain this can't be as complex as I'm finding it so far! I'm trying to render a horizontal list of user controls. There will be a large number of them. So some form of Virtual list would be ...
Ben Ford's user avatar
  • 1,384
0 votes
2 answers
455 views

Display Item horizontally?

All I want to display some image data from RSS-Feed. My RSS feed code is working fine image also loading properly from feed, but I am unable to display the image in horizontal way? I tried with ...
KKC's user avatar
  • 548
3 votes
2 answers
10k views

Horizontal ListView like Google Catalogs

how do I make a horizontal list view like the one seen in Google Catalogs? The large main area is a viewpager, but the bottom row is a horizontal scrollview with a list of items that are clickable. I'...
CQM's user avatar
  • 44.1k
15 votes
6 answers
85k views

Android horizontal scroll list [duplicate]

Possible Duplicate: Horizontal ListView in Android? I want horizontal scroll like Gallery. Im not using Gallery because its center locked. Can some one here would help me out with this So I can ...
Umakant Patil's user avatar
0 votes
1 answer
1k views

How to create a horizontal scrollable list?

I am wondering what the best approach is for creating a horizontal list with custom buttons. I read there is no native control for that: I am considering a UIView with a scroll view inside. On this ...
Thomas Joos's user avatar
  • 2,451