Dreamescaper / BlazorBindings.Maui

MAUI Blazor Bindings - Build native and hybrid MAUI apps with Blazor
MIT License
242 stars 16 forks source link

AbsoluteLayout doesn't work. #140

Closed AmirImam closed 1 year ago

AmirImam commented 1 year ago

Hi I am trying to use AbsoluteLayout but it doesn't work. My code: image

BlazorBindings.Maui.Templates version 1.0.1

Dreamescaper commented 1 year ago

What is the actual behavior though?

AmirImam commented 1 year ago

What is the actual behavior though?

What do you mean by actual behavior?

Dreamescaper commented 1 year ago

I mean - how it doesn't work? What behavior do you expect, and what do you actually see?

I don't think your LayoutBounds are correct. Currently you have a Box with a Size=1x1. With a CornerRadius=10 it's probably not visible at all.

AmirImam commented 1 year ago

I mean - how it doesn't work? What behavior do you expect, and what do you actually see?

I don't think your LayoutBounds are correct. Currently you have a Box with a Size=1x1. With a CornerRadius=10 it's probably not visible at all.

I am sorry it's my mistake. I found the issue in the LayoutBounds as you said. Thank you.