Xam.Plugin.SimpleBottomDrawer
1.0.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Xam.Plugin.SimpleBottomDrawer --version 1.0.5
NuGet\Install-Package Xam.Plugin.SimpleBottomDrawer -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xam.Plugin.SimpleBottomDrawer" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xam.Plugin.SimpleBottomDrawer --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Xam.Plugin.SimpleBottomDrawer, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xam.Plugin.SimpleBottomDrawer as a Cake Addin #addin nuget:?package=Xam.Plugin.SimpleBottomDrawer&version=1.0.5 // Install Xam.Plugin.SimpleBottomDrawer as a Cake Tool #tool nuget:?package=Xam.Plugin.SimpleBottomDrawer&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Xam.Plugin.SimpleBottomDrawer
Just a nice and simple BottomDrawer for your Xamarin Forms project, like how it is implemented on Google Maps.
Setup
- Available on Nuget: https://www.nuget.org/packages/Xam.Plugin.SimpleBottomDrawer
!!Install into your .net standard Forms project. !!
Example
This control | Google Maps |
---|---|
The content of the Bottom Drawer is completely via xaml to your preferences!!
Usage
You can now use the BottomDrawer to create a panel like this:
<RelativeLayout>
<controls:BottomDrawer
Padding="0"
BackgroundColor="White"
ExpandedPercentage="{Binding ExpandedPercentage}"
IsExpanded="{Binding IsExpanded}"
IsVisible="{Binding IsVisible}"
RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToParent,
Property=Height,
Factor=1,
Constant=0}"
RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToParent,
Property=Width,
Factor=1,
Constant=0}"
RelativeLayout.YConstraint="{ConstraintExpression Type=RelativeToParent,
Property=Height,
Factor=1,
Constant=-65}">
<StackLayout Spacing="6">
<BoxView
Margin="20,16,20,5"
BackgroundColor="#D1D6DB"
CornerRadius="2"
HeightRequest="5"
HorizontalOptions="Center"
WidthRequest="80" />
<Label
Padding="20,0,20,0"
FontAttributes="Bold"
FontSize="18"
Text="This is an example" />
<ScrollView>
<StackLayout Spacing="0">
<Label
Padding="20"
FontSize="Subtitle"
HorizontalOptions="Start"
Text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus at ex justo. Maecenas in convallis eros. Nunc semper vitae ex ut condimentum. Vivamus euismod magna ac enim interdum, ac lacinia nisi luctus. Integer consectetur metus nibh, tempor gravida enim placerat eget. Proin orci ex, fringilla sit amet eros bibendum, tincidunt feugiat mi. Proin sollicitudin imperdiet augue, quis porttitor turpis aliquet ut. Pentum dignissim. " />
<Label
Padding="20"
FontSize="Subtitle"
HorizontalOptions="Start"
Text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus at ex justo. Maecenas in convallis eros. Nunc semper vitae ex ut condimentum. Vivamus euismod magna ac enim interdum, ac lacinia nisi luctus. Integer consectetur metus nibh, tempor gravida enim placerat eget. Proin orci ex, fringilla sit amet eros bibendum, tincidunt feugiat mi. Proin sollicitudin imperdiet augue, quis porttitor turpis aliquet ut. Pellentesque lacinia, nisi nec dignissim eleifend, leo elit commodo nulla, et volutpat enim arcu at eros. Sed et saavida fermentum tellus. Fusce in lacus id tellus condimentum dignissim. " />
</StackLayout>
</ScrollView>
</StackLayout>
</controls:BottomDrawer>
</RelativeLayout>
Properties
You can set/use the next properties
ExpendedPercentage="{Binding ExpendedPercentage}"
IsExpanded="{Binding IsExpanded}"
LockStates="{Binding LockStates}"
(see sample project)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Xamarin.Essentials (>= 1.5.0)
- Xamarin.Forms (>= 4.5.0.356)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Update Xamarin.Forms 4.5.0
- Update Sample to AndroidX