I cannot get right functionality in ArcGIS Pro for a MessageBox.
I'm using:
<SPAN class="keyword token">using</SPAN> MessageBox <SPAN class="operator token">=</SPAN> ArcGIS<SPAN class="punctuation token">.</SPAN>Desktop<SPAN class="punctuation token">.</SPAN>Framework<SPAN class="punctuation token">.</SPAN>Dialogs<SPAN class="punctuation token">.</SPAN>MessageBox<SPAN class="punctuation token">;</SPAN>
<SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>
but this is what I get:

Issues:
1.The icon is vertically center-aligned - should be top! in this screen, I can see only half of it.
2. There is no scroll bar and the message box cannot be resized.
3. Content cannot be highlighted and/or copied to the Clipboard.
4. (Title is center-aligned instead of left-aligned.)
I could use the System.Windows.Forms.MessageBox instead, but this one is not modal and usually ends up under the main ArcGIS Pro window!
Is there another name space containing MessageBox more suitable for ArcGIS Pro?
(Is it such namespace suitable also for various dialogs?)