python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to add UserControl to ListView on Windows Forms?
I'm trying to make it so, for each item on a List<> , a usercontrol gets inserted into a ListView.
I tried doing the following but it didn't work:
foreach (var item in MyList)
{
...

user18647657
Votes: 0
Answers: 1
When I press the button to delete an item from ListView it deletes the last one
I have next problem with a list view: So on the layout (prod_row) I set an image view(rvCls) that I want to delete an item while clicked. It deletes an item, but is always the last one. If I close thi...
Caragea Theodor
Votes: 0
Answers: 1
How to load a json file in a MAUI ListView?
I have wrote this piece of code to deserialize a json file in a MAUI ListView but it shows the name of the Drug class 3 times.
I used 2 MAUI controls a SearchBar and a ListView in order to do research...
Maher
Votes: 0
Answers: 1
Flutter - How to connect void to build widget?
I am trying to get a new historyTile() to be called to the Scaffold() each second. I am unsure how to make the void function connect.
Any advice and feedback is appreciated!
Code:
class activityTab ex...

Jake B.
Votes: 0
Answers: 2