ExpandableListView.SetIndicatorBoundsRelative(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 indicators (at minimum, the group indicator is affected by this; the child indicator is affected by this if the child indicator bounds are set to inherit).
[Android.Runtime.Register("setIndicatorBoundsRelative", "(II)V", "GetSetIndicatorBoundsRelative_IIHandler")]
public virtual void SetIndicatorBoundsRelative (int start, int end);
[<Android.Runtime.Register("setIndicatorBoundsRelative", "(II)V", "GetSetIndicatorBoundsRelative_IIHandler")>]
abstract member SetIndicatorBoundsRelative : int * int -> unit
override this.SetIndicatorBoundsRelative : 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 indicators (at minimum, the group indicator is affected by this; the child indicator is affected by this if the child indicator bounds are set to inherit).
Java documentation for android.widget.ExpandableListView.setIndicatorBoundsRelative(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.SetChildIndicatorBounds(System.Int32%2c+System.Int32)>