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

Right Positioned Flyouts Do Not Show Close Arrow #318

Closed
nwpappas opened this issue Jan 22, 2013 · 4 comments
Closed

Right Positioned Flyouts Do Not Show Close Arrow #318

nwpappas opened this issue Jan 22, 2013 · 4 comments
Assignees
Labels

Comments

@nwpappas
Copy link
Contributor

When using the following code only the first Flyout has the close arrow, additional right positioned Flyouts show the circle but no arrow is inside.

<metro:MetroWindow.Flyouts>
    <metro:Flyout Header="settings" Position="Right">
        <TextBlock Text="Will hold settings information" />
    </metro:Flyout>

    <metro:Flyout Header="new goodness" Position="Right">
        <StackPanel Orientation="Vertical">
            <Button Content="create" />
            <Button Content="cancel" />
        </StackPanel>
    </metro:Flyout>

    <metro:Flyout Header="third" Position="Right">
        <TextBlock Text="a third for testing" />
    </metro:Flyout>
</metro:MetroWindow.Flyouts>

Left positioned Flyouts appear to always show their arrows.

@ghost ghost assigned shiftkey Jan 25, 2013
shiftkey pushed a commit that referenced this issue Jan 28, 2013
@shiftkey
Copy link

I can see the issue here, currently digging into whether something with this data trigger is not firing for some scenarios. Puzzling.

@jessestricker
Copy link

Akward, it doesn't seem to appear when i do this, tested it out, works perfectly with arrow...

@punker76
Copy link
Member

hi,

take a look at my checkin #358 (my branch flyouts). i improved/updated the flyouts style and demo example.

jan

@shiftkey
Copy link

shiftkey commented Mar 3, 2013

Fixed in #358

@shiftkey shiftkey closed this as completed Mar 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

4 participants