TopContentView 1.0.0
See the version list below for details.
Install-Package TopContentView -Version 1.0.0
dotnet add package TopContentView --version 1.0.0
<PackageReference Include="TopContentView" Version="1.0.0" />
paket add TopContentView --version 1.0.0
#r "nuget: TopContentView, 1.0.0"
// Install TopContentView as a Cake Addin
#addin nuget:?package=TopContentView&version=1.0.0
// Install TopContentView as a Cake Tool
#tool nuget:?package=TopContentView&version=1.0.0
A Xamarin.Forms ContentView that can be absolutely placed by setting X and Y and will be displayed on top of other controls irregardless of the parent layout used.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Xamarin.Forms (>= 4.1.0.618606)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TopContentView:
Package | Downloads |
---|---|
AutocompleteExtension
Contains extensions similar to BindableLayout that adds autocomplete functionality to xamarin.forms Entry and SearchBar |
GitHub repositories
This package is not used by any popular GitHub repositories.
Setting X and Y works. TopContentView will display on top. Multiple TopContentViews can be used. And the TopContentViews is resizing as expected with their respective content size changing.