Skip to content

usercontrol dock fill problem in Desktop #1403

Description

@itg-assistant

Cristian Zerbinati asked 2018-03-01 09:54:18 UTC

Hi,

create Desktop1

create MenuBar1 and set Dock = Top

create a usercontrol via code:

Dim uc As New MyControl
Me.Controls.Add(uc)
uc.Dock = DockStyle.Fill
uc.Show()

The usercontrol go full screen over or under Menu that is dock top

Regards

Cristian

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething is broken or behaving unexpectedly.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions