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

[WASM] GridSplitter does not detect ResizeDirection automatically #7606

Open
HavenDV opened this issue Dec 3, 2021 · 1 comment
Open

[WASM] GridSplitter does not detect ResizeDirection automatically #7606

HavenDV opened this issue Dec 3, 2021 · 1 comment
Labels
area/windows-community-toolkit 🎚️ Categorizes an issue or PR as relevant to the Windows Community Toolkit project/layout 🧱 Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..) project/third-party 3️⃣ Categorizes an issue or PR as relevant to 3rd party libraries

Comments

@HavenDV
Copy link
Member

HavenDV commented Dec 3, 2021

Current behavior

image

Expected behavior

image

Code

<Grid>
        <Grid.RowDefinitions>
            <RowDefinition Height="Auto"/>
            <RowDefinition Height="Auto"/>
            <RowDefinition Height="Auto"/>
        </Grid.RowDefinitions>

        <Grid Grid.Row="0" Background="Red" Height="400"/>
        <mtuuc:GridSplitter Grid.Row="1"/>
        <Grid Grid.Row="2" Background="Green" Height="400"/>
    </Grid>

Environment

<PackageReference Include="Uno.UI.WebAssembly" Version="4.1.0-dev.18" />
<PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls.Layout" Version="7.1.10-gf3d2516805" />
@jeromelaban
Copy link
Member

@jeromelaban jeromelaban transferred this issue from unoplatform/Uno.WindowsCommunityToolkit Dec 6, 2021
@jeromelaban jeromelaban added the project/layout 🧱 Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..) label Dec 6, 2021
@MartinZikmund MartinZikmund changed the title [WASM] GridSplitter does not detect ResizeDirection automatically [WASM] GridSplitter does not detect ResizeDirection automatically Jul 19, 2023
@MartinZikmund MartinZikmund added project/third-party 3️⃣ Categorizes an issue or PR as relevant to 3rd party libraries area/windows-community-toolkit 🎚️ Categorizes an issue or PR as relevant to the Windows Community Toolkit labels Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/windows-community-toolkit 🎚️ Categorizes an issue or PR as relevant to the Windows Community Toolkit project/layout 🧱 Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..) project/third-party 3️⃣ Categorizes an issue or PR as relevant to 3rd party libraries
Projects
None yet
Development

No branches or pull requests

3 participants