ExpandableListView.SetChildIndicatorBoundsRelative(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 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)>