Questions tagged [listitem]

listitem is an UI element within an ordered or unordered list container.

listitem is an element in the following UI languages:

779 questions
-1
votes
1 answer

Delphi. How To get ListViewItem visible proprty?

Hi i Have a lisview with a big number of items in it(10-20k). It's virtual (OwnerData). I need to get smth Like AListItem.visible propery, not in OnDataEvent. There is MakeVisible method but no other propertie connected with visibility :( . The…
DimDim
  • 148
  • 1
  • 10
-1
votes
2 answers

Check li click value

I m using two list items with link. Now I want to check which link was clicked from the client side. Here is my code:
user1804985
  • 287
  • 1
  • 7
  • 17
-1
votes
2 answers

Change Value Of ListItem onItemClick

I want to change the value of listItem when that listItem is clicked. I have provided the code below. public class MyListDialogExampleActivity extends Activity implements OnItemClickListener { ListView myListView; String itemString = null; …
Homam
  • 4,800
  • 4
  • 32
  • 39
-2
votes
4 answers

Generating a random number to get a random list item

I am trying to get a random list item from a "Quotes" list. I currently have a webpart that has a custom property that is used to select the type of quote to be displayed. The "Quotes" list has quotes for the following categories "corporate,…
Dev P
  • 1,017
  • 5
  • 32
  • 54
-2
votes
2 answers

CSS navigation list item 100% height

Can somebody tell me please which css style is responsible for li element height of the green navbar on this page: http://natura.elias-itsolutions.sk/ All list items have 100% of the parent ul element but I dont understand how is it possible. There…
Čamo
  • 2,352
  • 6
  • 29
  • 66
-2
votes
2 answers

C# is it possible to add multiple values to an item.insert

I have a drop down list with multiple values, I am pulling the values from a database table. This is working fine. I am trying to insert a new ListItem. I can get it to add the New ListItem with a single value. Example: ListTest.Items.Insert(0,…
Joker327
  • 55
  • 6
-2
votes
1 answer

Animation of ListView Item

I want to create a listview like below please someone help me to achieve this?
-2
votes
2 answers

How to save Listview item as a Text File

I have a ListView with SQLite location data ie: Latitude,Longitude and Location Address. I want to save the particular item to a file by clicking the list item. How can I do it? Please give me an example related to this or please explain how can I…
Reshmin DP
  • 17
  • 2
  • 7
-3
votes
3 answers

City instead of id seems on dropdownlist value

I have a problem when load dropdownlist, city instead of id seems on dropdownlist value. What is the problem? #region CITIES public List loadCities() { using (SqlConnection conn = new SqlConnection(DataBase.Conn)) { …
-3
votes
2 answers

Store active list selection after reloading the page

I need to make sure the list item is selected even after the page gets refreshed. Here's the code:
-3
votes
3 answers

onListItemClick doesn't work

So, my onListItemClick is not working for some reason. I use the same code structure in another activity and that one is working perfectly. And when I try to implement the same method here, it just doesn't work at all. The Toast doesn't work. And…
-3
votes
4 answers

ul width is not the width i set

when setting this line:
  • 1
I got a ul that is a lot wider than my 100px setting. Any ideas why it ignores…
yoav barnea
  • 5,404
  • 1
  • 18
  • 27
-4
votes
1 answer

ListView does not change elements at scrolling

I have several markers on a google map and in each marker a ListView with several entries. Each entry can be liked by the user and if he has liked, there is stored an entry in the SQLite Database with the marker ID, the entry ID and if he has liked…
maidi
  • 2,283
  • 4
  • 22
  • 41
1 2 3
51
52