Skip to content

UIDropdown.IsOverExpandedList(Vector2) Method

Definition

Namespace: Brine2D.UI

Returns true when screenPosition is over the expanded item list but not over the header row itself. Works for both normal \(below header\) and flipped \(above header\) layouts.

C#
internal bool IsOverExpandedList(System.Numerics.Vector2 screenPosition);

Parameters

screenPosition System.Numerics.Vector2

Returns

System.Boolean