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

GridSplitter with ShowPreview=True not working in P7 #11123

Closed
rabbitism opened this issue Apr 25, 2023 · 3 comments
Closed

GridSplitter with ShowPreview=True not working in P7 #11123

rabbitism opened this issue Apr 25, 2023 · 3 comments
Assignees
Labels

Comments

@rabbitism
Copy link
Contributor

Describe the bug
As described in title. Preview indicator will be stuck in GridSplitter region.

To Reproduce
Steps to reproduce the behavior:

Add below to sandbox main window.

  <Grid
            Width="300"
            Height="300"
            RowDefinitions="*, Auto, *">
    <Border
        HorizontalAlignment="Stretch"
        Background="#FEFBCB"
        CornerRadius="10" />
    <GridSplitter Grid.Row="1" ShowsPreview="True" />
    <Border
        Grid.Row="2"
        HorizontalAlignment="Stretch"
        Background="#FEFBCB"
        CornerRadius="10" />
  </Grid>

Expected behavior
A clear and concise description of what you expected to happen.
Preview indicator should move freely.

Screenshots
If applicable, add screenshots to help explain your problem.
image

Desktop (please complete the following information):

  • OS: Windows
  • Version: 11.0.0-preview 7

Additional context
Add any other context about the problem here.

@rabbitism rabbitism added the bug label Apr 25, 2023
@rabbitism rabbitism changed the title GridSplitter with ShowPreview=True no working in P7 GridSplitter with ShowPreview=True not working in P7 Apr 25, 2023
@grokys
Copy link
Member

grokys commented May 23, 2023

Caused by problems with adorner clipping in 11.0-previews: #10701.

@rabbitism
Copy link
Contributor Author

rabbitism commented May 23, 2023

Caused by problems with adorner clipping in 11.0-previews: #10701.

Yeah i also reported #10700, the behavior changes in these previews.

@rabbitism
Copy link
Contributor Author

Fixed looong time ago. Close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants