Property | Type | Description | |
---|---|---|---|
CanScrollUp | bool | ||
HandlePropertyChanged | void | ||
UpdateColors | void | ||
UpdateContent | void | ||
UpdateIsRefreshing | void | ||
UpdateIsSwipeToRefreshEnabled | void |
Method | Description | |
---|---|---|
CanChildScrollUp ( ) : bool |
Determines whether this instance can child scroll up. We do this since the actual swipe refresh can't figure it out
|
|
GetDesiredSize ( int widthConstraint, int heightConstraint ) : SizeRequest |
Gets the size of the desired.
|
|
Init ( ) : void |
Used for registration with dependency service
|
|
OnRefresh ( ) : void |
The refresh view has been refreshed
|
|
PullToRefreshLayoutRenderer ( ) : System |
Initializes a new instance of the Refractored.XamForms.PullToRefresh.Droid.PullToRefreshLayoutRenderer class.
|
|
SetElement ( |
Setup our SwipeRefreshLayout and register for property changed notifications.
|
|
UpdateLayout ( ) : void |
Updates the layout.
|
Method | Description | |
---|---|---|
CanScrollUp ( Android.Views.ViewGroup viewGroup ) : bool | ||
HandlePropertyChanged ( object sender, |
Handles the property changed. Update the control and trigger refreshing
|
|
UpdateColors ( ) : void | ||
UpdateContent ( ) : void |
Managest adding and removing the android viewgroup to our actual swiperefreshlayout
|
|
UpdateIsRefreshing ( ) : void | ||
UpdateIsSwipeToRefreshEnabled ( ) : void |
public GetDesiredSize ( int widthConstraint, int heightConstraint ) : SizeRequest | ||
widthConstraint | int | Width constraint. |
heightConstraint | int | Height constraint. |
return | SizeRequest |
public PullToRefreshLayoutRenderer ( ) : System | ||
return | System |
public SetElement ( |
||
element | Element. | |
return | void |