Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 WPF 应用程序,我希望能够让用户拖动主窗口,并且当它接近屏幕末尾时它会停靠。
有没有办法做到这一点?
这是一个以 AttachedBehaviors 实现的类似的东西:
http://codeblitz.wordpress.com/2009/07/07/wpf-window-dock-behavior/
我不确定它的生产准备情况如何。
我的目标是对齐,如附图所示(左侧的字段可以有任何宽度,但右侧的字段应该从相同的X坐标开始)。
X
现在我正在使用一个简单的表格代码来实现这一点:
<table><tr> <td>Left1<