ExpandableListView.SetChildDivider(Drawable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
.
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.