Android.Widget.ListView.Divider Property
Returns the drawable that will be drawn between each item in the list.

Syntax

[get: Android.Runtime.Register("getDivider", "()Landroid/graphics/drawable/Drawable;", "GetGetDividerHandler")]
[set: Android.Runtime.Register("setDivider", "(Landroid/graphics/drawable/Drawable;)V", "GetSetDivider_Landroid_graphics_drawable_Drawable_Handler")]
public virtual Android.Graphics.Drawables.Drawable Divider { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the drawable that will be drawn between each item in the list.

Set method documentation [Android Documentation]

Sets the drawable that will be drawn between each item in the list. If the drawable does not have an intrinsic height, you should also call ListView.DividerHeight

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1