English 中文(简体)
窗口至最大程度和流动
原标题:Expending window to maximim and movement
  • 时间:2011-10-23 14:10:09
  •  标签:
  • c#
  • wpf
  • xaml

我试图将我的窗户尽量扩大,我正在把窗户移走。

但是,在我搬走之后,窗户返回原地面积。

任何想法,我如何能够使其达到最大规模?

<Window x:Class="Monitor.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:Misc="clr-namespace:Monitor.Misc" 
        Title="Monitor" Icon="Icon.ico" SizeToContent="WidthAndHeight"
        mc:Ignorable="d"
        MaxHeight="244" MinHeight="224"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
        d:DesignHeight="244" d:DesignWidth="553">
最佳回答

您可制定<条码>明瓦特和<条码>明海八条,以与<条码>、MaxWidth和<条码>相符。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签