Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary Margin in TitleView #9333

Closed
jrahma opened this issue Aug 10, 2022 · 2 comments · May be fixed by #20959
Closed

Unnecessary Margin in TitleView #9333

jrahma opened this issue Aug 10, 2022 · 2 comments · May be fixed by #20959
Labels
area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter platform/iOS 🍎 t/bug Something isn't working
Milestone

Comments

@jrahma
Copy link

jrahma commented Aug 10, 2022

Description

When using the NavigationPage.TitleView there is a margin in all sides that is not required as Title bar should be from the edge to the edge just like the standard title bar.

Here is the screenshot:

362B7A84-EEA8-40C3-B81F-E4DF696DCEA9_1_201_a

Steps to Reproduce

<NavigationPage.TitleView>
    <Grid Margin="0" RowSpacing="0" ColumnSpacing="0" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" BackgroundColor="Yellow" ColumnDefinitions="*,Auto,Auto">
        <Label Grid.Column="0" Text="البيانات" Padding="20" HorizontalOptions="Start" VerticalOptions="Center" />

        <Image Grid.Column="1" WidthRequest="40" HeightRequest="40" Margin="5,5,10,5" VerticalOptions="Center">
        <Image.Source>
            <FontImageSource FontFamily="FontSolid" Glyph="&#xf1e1;" />
        </Image.Source>
        </Image>

        <Image Grid.Column="2" WidthRequest="40" HeightRequest="40" Margin="5,5,10,5" VerticalOptions="Center">
        <Image.Source>
            <FontImageSource FontFamily="FontSolid" Glyph="&#xf107;" />
        </Image.Source>
        </Image>
    </Grid>
</NavigationPage.TitleView>

Version with bug

6.0.400

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

Latest

Did you find any workaround?

No response

Relevant log output

No response

@jrahma jrahma added the t/bug Something isn't working label Aug 10, 2022
@jfversluis jfversluis added the area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter label Aug 11, 2022
@jfversluis jfversluis added this to the Backlog milestone Aug 11, 2022
@ghost
Copy link

ghost commented Aug 11, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@PureWeen
Copy link
Member

This is a duplicate of #5063

@ghost ghost locked as resolved and limited conversation to collaborators Sep 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter platform/iOS 🍎 t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants