I am a C ++ programmer and I started a project to teach me WPF. I started creating desktop applications for viewing images and possibly retouching them, something like paint.net.
I want to wrap the controls (for example, see the figure below) in a child window chrome that has a close button. Something like MDI, but not really.
The easiest way, in my opinion, was to wrap it in another <window></window>, but WPF doesn't seem to like it. This gives an exception at runtime.
<window></window>
Is there an easier way to do this. I could not find any links that would explain anything like that.
Window, Window , .
var childWindow = new MyChildWindow(); childWindow.Show();
WindowStyle = WindowStyle.ToolWindow MyChildWindow.
, , Window. Silverlight ChildWindow, WPF. - , HeaderedContentControl, , , ControlTemplate. , , , , , .
Source: https://habr.com/ru/post/1778071/More articles:CSS: создать подменю выпадающего списка ниже родительского- htmlC # Remove a problem with an object belonging to another object - c #https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1778068/updating-multiple-branches-of-a-forked-repository-on-github&usg=ALkJrhie6gFs9iBQdOt8qYJLWd-Z8iymDgCreating SOAP Web Service Client Forms (Java) - javaOptimizing Web Application Development Strategies - optimizationhow to make R includes - rIs Azure AppFabric equivalent to AWS? - amazonUsing WCF Web Services - web-servicesHow to extend request / connection timeout in Apache-FastCGI-PHP application using .htaccess - phpJQuery datepicker - формат даты до дд/мм/гг - jqueryAll Articles