1 write to _view
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\ScrollViewRenderer.cs (1)
73
_view
= (ScrollView)element;
23 references to _view
Microsoft.Maui.Controls.Compatibility (23)
Android\Renderers\ScrollViewRenderer.cs (23)
52
get { return
_view
; }
72
ScrollView oldElement =
_view
;
89
_container = new ScrollViewContainer(
_view
, Context);
92
_view
.PropertyChanged += HandlePropertyChanged;
93
_view
.LayoutChanged += HandleLayoutChanged;
270
if (
_view
.Content != null && _hScrollView != null)
271
_hScrollView.Layout(0, 0, right - left, Math.Max(bottom - top, (int)Context.ToPixels(
_view
.Content.Height)));
272
else if (
_view
.Content != null && requestContainerLayout)
294
if (
_view
!= null)
296
if (
_view
.Orientation == ScrollOrientation.Both)
363
_container.ChildView =
_view
.Content;
396
int currentX =
_view
.Orientation == ScrollOrientation.Horizontal ||
_view
.Orientation == ScrollOrientation.Both ? _hScrollView.ScrollX : ScrollX;
397
int currentY =
_view
.Orientation == ScrollOrientation.Vertical ||
_view
.Orientation == ScrollOrientation.Both ? ScrollY : _hScrollView.ScrollY;
415
if (
_view
== null)
423
switch (
_view
.Orientation)
448
switch (
_view
.Orientation)
483
if (
_view
.Orientation == ScrollOrientation.Horizontal ||
_view
.Orientation == ScrollOrientation.Both)
493
((AHorizontalScrollView)_hScrollView).IsBidirectional = _isBidirectional =
_view
.Orientation == ScrollOrientation.Both;
523
var newHorizontalScrollVisiblility =
_view
.HorizontalScrollBarVisibility;
539
var newVerticalScrollVisibility =
_view
.VerticalScrollBarVisibility;