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

Resize Docked Content #83

Open
JranZu opened this issue Dec 21, 2012 · 0 comments
Open

Resize Docked Content #83

JranZu opened this issue Dec 21, 2012 · 0 comments
Labels

Comments

@JranZu
Copy link

JranZu commented Dec 21, 2012

I am currently adding Docked Content Windows as follows:

_entityListWindow = new EntityListWindow(); _entityListWindow.Show(dockPanel_main); dockPanel_main.DockPaneFactory.CreateDockPane(_entityListWindow, DockState.DockLeft, true);

This works fine, except for they don't get added in evenly. The first Window is 1/2 the size of the window, the second window is 1/4, the next is 1/8 and so on.

I can easily iterate through all the windows and set the size, but I don't know how to actual adjust the size (width) of docked content.

If someone could give me the command (something like: _entityListWindow.dockedWidth = 25;) or show be a way to create the windows so they are the proper size I would appreciate it.

Thanks!!!!

** I would like to also add, that I would like to add a Question label to this questions, but I don't seem to have rights to add labels. **


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

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

1 participant