49, Android ListView a few more special properties

Source: Internet
Author: User

Since these two days in doing the ListView thing, so sort out some of my personal think more special properties, by setting such a property can make a more beautiful list

The first is the Stackfrombottom property, which is only after the list that you do well displays the bottom of your list, with a value of true and False

Android:stackfrombottom= "true"

The second is the Transciptmode property, which needs to be tracked or viewed in real time with a ListView or other control that displays a large number of items, and you want the latest entries to automatically scroll to the viewable range. By setting the Control Transcriptmode property, you can automatically slide the controls on the Android platform (support ScrollBar) to the bottom.
Android:transcriptmode= "Alwaysscroll"

The third Cachecolorhint attribute, many people want to be able to change its background, so that he can conform to the overall UI design, change the background is very simple only need to prepare a picture and then specify the property android:background= "@drawable/bg", But do not be happy too early, when you do this, you find that the background is changed, but when you drag, or click on the list blank position when the ListItem has become black, destroying the overall effect.

If you just change the color of the background, you can directly specify Android:cachecolorhint as the color you want, if you are using a picture to do the background, it will be as long as the android:cachecolorhint is specified as transparent (#00000000) can be

The Divider property, which is the function of each item needs to set a picture as an interval, or remove the split line between item

android:divider= "@drawable/list_driver" where @drawable/list_driver is a picture resource, if you do not want to display the split line as long as it is set to android:divider= "@ drawable/@null "It's OK.

Fifth Fadingedge property, with black shadows on top and bottom

Android:fadingedge= "None" after setting no Shadow ~

The fifth ScrollBars property, which is to hide the scroll bar of the ListView,

Android:scrollbars= "None" with setverticalscrollbarenabled (true); the effect is the same, not active when hidden, when the activity is also hidden

The sixth Fadescrollbars property, android:fadescrollbars= "True" when configuring the ListView layout, sets this property to True to enable the automatic hiding and display of the scroll bar.

49, Android ListView a few more special properties

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.