Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • LibVLCSharp LibVLCSharp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 77
    • Issues 77
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • LibVLCSharpLibVLCSharp
  • Issues
  • #67

Closed
Open
Created Nov 30, 2018 by texasdiaz@texasdiaz

WPF video view is "invisible" when HorizontalAlignment and/or VerticalAlignment properties are set.

If I try to center my video object within a container (Grid, StackPanel, etc...) by performing the following:

<vlc:VideoView Grid.Column="0" Grid.Row="0" HorizontalAlignment="Center" VerticalAlignment="Center" x:Name="vlcPlayer" Panel.ZIndex="1"/>

the video object is invisible. I can hear the audio of the video playing, but no video is ever shown. In order to make the video appear again, I have to remove the alignment properties.

Is this a known issue, or future feature option?

-Danny

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking

VideoLAN code repository instance