I want to put the pop-up box in the lower third

1 Answer 82 Views
Popup
li
Top achievements
Rank 1
Iron
li asked on 28 Apr 2022, 06:31 AM

<telerikPrimitives:RadPopup.Popup>
                <telerikPrimitives:RadPopup x:Name="popuptwo" IsModal="True" Placement="Center">
                    <telerikPrimitives:RadBorder WidthRequest="250" HorizontalOptions="Center" VerticalOptions="Center" CornerRadius="8" BackgroundColor="White">
                        <Grid>
                            <Grid.RowDefinitions>
                                <RowDefinition Height="42"/>
                            </Grid.RowDefinitions>
                            <Grid.ColumnDefinitions>
                                <ColumnDefinition Width="50*"></ColumnDefinition>
                                <ColumnDefinition Width="50*"></ColumnDefinition>
                            </Grid.ColumnDefinitions>
                            <Grid Grid.Row="0" Grid.ColumnSpan="2">
                                <telerikInput:RadButton ContentLayout="Left,4" x:Name="images" HorizontalOptions="Start"
                                    BorderColor="#c9c9c9" BackgroundColor="#4295F4" TextColor="White" BorderWidth="1" CornerRadius="8"  WidthRequest="400" VerticalOptions="Center"/>
                            </Grid>
                        </Grid>
                    </telerikPrimitives:RadBorder>
                </telerikPrimitives:RadPopup>
            </telerikPrimitives:RadPopup.Popup>

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 29 Apr 2022, 11:08 AM

Hi,

The popup position depend on its Placement. It is related to the placement target, placement and horizontal and vertical offsets. More details can be found here: https://docs.telerik.com/devtools/xamarin/controls/popup/popup-key-features#placement-configuration - example provided in the article

It is up to you how to position the popup. You can also apply the HorizontalOffset and VerticalOffset properties to specify the distance between the popup placement target and the alignment point. 

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Popup
Asked by
li
Top achievements
Rank 1
Iron
Answers by
Didi
Telerik team
Share this question
or