ExpandableListView.SetChildIndicatorBoundsRelative(Int32, Int32) Method

Definition

Sets the relative drawing bounds for the child indicator.

[Android.Runtime.Register("setChildIndicatorBoundsRelative", "(II)V", "GetSetChildIndicatorBoundsRelative_IIHandler")]
public virtual void SetChildIndicatorBoundsRelative (int start, int end);
[<Android.Runtime.Register("setChildIndicatorBoundsRelative", "(II)V", "GetSetChildIndicatorBoundsRelative_IIHandler")>]
abstract member SetChildIndicatorBoundsRelative : int * int -> unit
override this.SetChildIndicatorBoundsRelative : int * int -> unit

Parameters

start
Int32

The start position (relative to the start bounds of this View) to start drawing the indicator.

end
Int32

The end position (relative to the end bounds of this View) to end the drawing of the indicator.

Attributes

Remarks

Sets the relative 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.setChildIndicatorBoundsRelative(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)>