ExpandableListView.SetIndicatorBounds(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 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("setIndicatorBounds", "(II)V", "GetSetIndicatorBounds_IIHandler")]
public virtual void SetIndicatorBounds (int left, int right);
[<Android.Runtime.Register("setIndicatorBounds", "(II)V", "GetSetIndicatorBounds_IIHandler")>]
abstract member SetIndicatorBounds : int * int -> unit
override this.SetIndicatorBounds : 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 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.setIndicatorBounds(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)>