Documentation
  • Introduction
  • Components
    • User Interface
      • Button
      • Checkbox
      • Date Picker
      • Floating Button
      • Image
      • Label
      • List Picker
      • List View
      • List View Image and Text
      • Notifier
      • Radio Button
      • Rating Bar
      • Slider
      • Surface View
      • Spinner
      • Switch
      • TextBox
      • Time Picker
      • Web Viewer
    • Layout
      • Horizontal Arrangement
      • Horizontal Scroll Arrangement
      • Space
      • Table Arrangement
      • Vertical Arrangement
      • Vertical Scroll Arrangement
    • Media
      • Audio Picker
      • Camcorder
      • Camera
      • Image Picker
      • Metadata
      • OCR
      • Player
      • QR Code
      • Sound
      • Sound Recorder
      • Speech Recognizer
      • Text To Speech
      • Video Player
      • Yandex Translate
    • Drawing and Animation
      • Ball
      • Canvas
      • Image Editor
      • Image Sprite
    • Sensors
      • Accelerometer
      • Barcode Scanner
      • Clock
      • Finger Print
      • Gravity Sensor
      • Gyroscope Sensor
      • Light Sensor
      • Location Sensor
      • Magnetic Field Sensor
      • NearField
      • Orientation Sensor
      • Pedometer
      • Pressure Sensor
      • Proximity Sensor
      • Sound Sensor
      • Temperature Sensor
    • Social
      • Contact Picker
      • Email Picker
      • Google Account Picker
      • Phone Call
      • Phone Number Picker
      • Sharing
      • Texting
      • Twitter
    • Storage
      • File
      • Firebase DB
      • Fusiontables Control
      • SQLite
      • Tiny DB
      • Tiny Web DB
    • Connectivity
      • Activity Starter
      • Bluetooth Admin
      • Bluetooth Client
      • Bluetooth Server
      • Download
      • Network
      • Web
      • WiFi
    • Google
      • Google Account Picker
      • Google Maps
      • Google Shortlink
    • LEGO Mindstorms
      • NXT Drive
      • NXT Color Sensor
      • NXT Light Sensor
      • NXT Sound Sensor
      • NXT Touch Sensor
      • NXT Ultrasonic Sensor
      • NXT Direct Commands
      • EV3 Motors
      • EV3 Color Sensor
      • EV3 Gyro Sensor
      • EV3 Touch Sensor
      • EV3 Ultrasonic Sensor
      • EV3 Sound
      • EV3 UI
      • EV3 Commands
    • Monetization
      • AdMob Interstitial
      • AdMob Banner
      • AdMob Rewarded Video
      • Billing
      • Leadbolt
    • Device
      • Audio
      • Device Tools
      • Wallpaper
      • Package
      • Screenshot
    • Experimental
      • Push Notifications
      • Cloud DB
      • Notification
  • Blocks
    • Control
    • Logic
    • Math
    • Text
    • Lists
    • Colors
    • Variables
    • Procedures
    • Screen
    • Any Component
  • Testing
    • Live Development
      • Via WiFi
      • Via USB
    • Makeroid Companion
  • Extensions
    • List of Extensions
    • Creating Extensions
  • Other
    • Backpack
    • Release Notes
      • Andromeda
      • Beta Versions
    • Resources
      • Concept Cards
    • Terms of Service
Powered by GitBook
On this page
  • Properties
  • BackgroundColor
  • Divider Color
  • Height
  • Item Size
  • Subtitle Bold
  • Subtitle Color
  • Subtitle Italic
  • Title Bold
  • Title Color
  • Title Italic
  • Visible
  • Width
  • Methods
  • Add Item(image, title, subtitle)
  • Add Item From List(list)
  • Clear List()
  • Remove Item(positon)
  • Update Item(image, title, subtitle)
  • Events
  • Click()
  • Long Click()
  1. Components
  2. User Interface

List View Image and Text

PreviousList ViewNextNotifier

Last updated 6 years ago

This is a visible component that displays a list of a image and two labels

Properties

BackgroundColor

The background color of the listview

Divider Color

The color of the divider between listitems.

Height

Determines the height of the list on the view.

Item Size

The size of the items in the list (1 = Normal, 2 = Small and 3 = Big).

Subtitle Bold

Whether the subtitle is bold.

Subtitle Color

The text color of the subtitle.

Subtitle Italic

Whether the subtitle is italic.

Title Bold

Whether the title is bold.

Title Color

The text color of the title.

Title Italic

Whether the title is italic.

Visible

Specifies whether the component should be visible on the screen. Value is true if the component is showing and false if hidden.

Width

Determines the width of the list on the view.

Methods

Add Item(image, title, subtitle)

Add a item to the listview from 3 pieces of text.

Add Item From List(list)

Add a item to the listview with the content of a list.

Clear List()

Remove all items from the list.

Remove Item(positon)

Remove an item from the list at a certain position.

Update Item(image, title, subtitle)

Update the image, title and subtitle of a item in the list by the position.

Events

Click()

An event that triggers when the user clicks on a item in the list.

Long Click()

An event that triggers when the user long clicks on a item in the list.