Is there a way to dynamically show/hide the header of a ListView based on a condition at runtime.
I tried all variants with:
1) Header
property binding new object()
or null
2) Two stacklayouts with not converter (https://stackoverflow.com/a/53197844/7429947)
3) DataTrigger
and Trigger
on change IsVisible
set HeightRequest
This is doesn't help me, and then I replaced MinimumHeightRequest
on 'HeightRequest' and second variant help me for iOS and Android!
Xamarin.Forms version: 4.6.0.726