python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SwiftUI: Create a list of mx2 column grid of images on iOS 13 with single selection
I'm new to SwiftUI and I'm trying to display a list of images from API as mx2 grids on iOS 13. I was able to create the grid and also able to download the images. Now I have 2 issues, all cells are sh...

Francis F
Votes: 0
Answers: 2
Passing listview item to textbox in another form
I'm currently working on an application that shows whether colleagues are present at work. To make it a bit 'easy' to use for the one who's going to manage it, I want the user to be able to double cli...
Tom
Votes: 0
Answers: 1
How to display a list of buttons into a group instead of list view? flutter
I want to display a dynamic list inside a wrap widget. I want to display it like this.i tried group_button package but it doesn't work on list. I tried to duplicate the list into list but that doesn't...
ramya
Votes: 0
Answers: 3
Groups went missing in ListView after expanding and collapsing expander in WPF C# with IsVirtualizing set to True
I have ListView and there is Grouping going on in it for one of the field 'Name'. The ItemSource is bound to an ObservableCollection. Somehow when grouping is applied, the virtualization is turn off a...
Athena_92
Votes: 0
Answers: 0