ExpandableListView.SetChildDivider(Drawable) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置将在列表中每个子元素相邻绘制的可绘制对象。
[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
参数
- childDivider
- Drawable
要使用的可绘制值。
- 属性
注解
设置将在列表中每个子元素相邻绘制的可绘制对象。 这将使用与普通除法线(#setDivider(Drawable)
)相同的高度绘制,或者如果没有内部高度,则设置高度。#setDividerHeight(int)
适用于 . 的 android.widget.ExpandableListView.setChildDivider(android.graphics.drawable.Drawable)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。