-
Notifications
You must be signed in to change notification settings - Fork 186
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
The specified key did not exist in the directory #2
Comments
Not really sure what the use-case is for creating content without any... well, content. Generally I create a custom user control that inherits from In any case, you can do it by setting the darkDockPanel1.AddContent(new DarkDockContent { DefaultDockArea = DarkDockArea.Document }); |
Thanks, it is working. |
Fixed the display of the selected item in the combobox when changing …
Drop redundant type when declaration's LHS mentions it
Hello, Robin. I have a problem when im trying to add some content on darkdockpanel.
darkDockPanel1.AddContent(new DarkDockContent());
The specified key did not exist in the directory.
The text was updated successfully, but these errors were encountered: