Questions tagged as 'listview'

1
answer

List files from internal memory in the ListView

I want to create an app that when clicking on the "Lists" option, create a list using ListView based on the files found in a particular folder (path)     
asked by 29.04.2015 / 00:03
1
answer

How to create a List and SubList?

I want to populate a ListView based on two tables, one called category and the other subcategory, and I would like it to look something like this: When I typed a Category name in EditText and clicked the Add button, I added it to the...
asked by 21.01.2015 / 15:42
1
answer

Write ListView in SQL Database using Entity Framework and C #

I'm developing a desktop sales application using C # and Entity Framework and am having doubts about writing the items inserted in ListView into the SQL database. How do I write the inserted items to ListView in my table tb_i...
asked by 13.08.2014 / 02:07
1
answer

Why does the count continue from the previous item and not from 0?

I have a problem. I made a method that calculates the count from clicks on the screen and throws that count into a EditText , but the problem is that the count continues from the previous item, 0 on the next line. Example: If th...
asked by 29.01.2015 / 20:30
1
answer

Avoid ListView overlay

I have a problem with the% s of% s which is as follows: I work with 2% with% s and I want when I click on one, that the other disappears and that they do not overlap as they have. I just want it when I click and open the first ListView an...
asked by 05.02.2015 / 03:34
1
answer

Know the number of characters from the column size listview vb6

I have an api in vb6 responsible for generating reports from listview type components. It turns out that the report consists of a table with several columns that are mirrored in the ListView. The measure of the column in the report is given by t...
asked by 02.09.2014 / 14:08
0
answers

EditText does not open the keyboard within the listView

A listView was created within a dialog and I placed in front of each information a EditText , but when I click on EditText to change the information it puts the cursor inside EditText , but not% open the keyboard...
asked by 27.10.2017 / 15:07
1
answer

listView with image text and subtitle

I'm setting up a sales app where a user will publish your product with price description and value description, I can list the photo all right but I can not put a title and the other descriptions Here is my list and my adapter public class...
asked by 12.01.2017 / 00:52
0
answers

Display button when scrolling ListView item

I need to make two buttons appear when I slide an item from ListView to the left. I even managed to do that, but it's pretty ugly. I would like them to appear as if they are being pulled from the right corner of the screen, same in the Gm...
asked by 22.07.2016 / 19:45
1
answer

ASP.NET C # ListView ItemCommand is not working

My ItemCommand of ListView does not work. Can anyone point me out if there is anything missing or errors in the code? <!-- Primeira Coluna --> <div id="firstCollumn"> </div> <!-- Conteúdo --> &...
asked by 18.06.2016 / 23:20