ExpandableListView.SetChildIndicatorBounds(Int32, Int32) 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 drawing bounds for the child indicator.
[Android.Runtime.Register("setChildIndicatorBounds", "(II)V", "GetSetChildIndicatorBounds_IIHandler")]
public virtual void SetChildIndicatorBounds (int left, int right);
[<Android.Runtime.Register("setChildIndicatorBounds", "(II)V", "GetSetChildIndicatorBounds_IIHandler")>]
abstract member SetChildIndicatorBounds : int * int -> unit
override this.SetChildIndicatorBounds : int * int -> unit
Parameters
- left
- Int32
The left position (relative to the left bounds of this View) to start drawing the indicator.
- right
- Int32
The right position (relative to the left bounds of this View) to end the drawing of the indicator.
- Attributes
Remarks
Sets the drawing bounds for the child indicator. For either, you can specify #CHILD_INDICATOR_INHERIT
to use inherit from the general indicator's bounds.
Java documentation for android.widget.ExpandableListView.setChildIndicatorBounds(int, 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.
Applies to
See also
- <xref:Android.Widget.ExpandableListView.SetIndicatorBounds(System.Int32%2c+System.Int32)>