ExpandableListView.SetChildDivider(Drawable) Method

Definition

Sets the drawable that will be drawn adjacent to every child in the list.

[Android.Runtime.Register("setChildDivider", "(Landroid/graphics/drawable/Drawable;)V", "GetSetChildDivider_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetChildDivider (Android.Graphics.Drawables.Drawable? childDivider);
[<Android.Runtime.Register("setChildDivider", "(Landroid/graphics/drawable/Drawable;)V", "GetSetChildDivider_Landroid_graphics_drawable_Drawable_Handler")>]
abstract member SetChildDivider : Android.Graphics.Drawables.Drawable -> unit
override this.SetChildDivider : Android.Graphics.Drawables.Drawable -> unit

Parameters

childDivider
Drawable

The drawable to use.

Attributes

Remarks

Sets the drawable that will be drawn adjacent to every child in the list. This will be drawn using the same height as the normal divider (#setDivider(Drawable)) or if it does not have an intrinsic height, the height set by #setDividerHeight(int).

Java documentation for android.widget.ExpandableListView.setChildDivider(android.graphics.drawable.Drawable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to