如何制作我的wpf应用程序布局

如何制作我的wpf应用程序布局

本文介绍了如何制作我的wpf应用程序布局?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

- 我还在学习c#WPF并尝试制作自己的Windows应用程序......我从一开始就遇到了一些障碍。

- 这些问题让我很困惑......我试着寻找简单的答案,但我无法找到。

- 所有人都以非常先进和复杂的方式回答我。



- 我希望我能为我的问题找到一个简单而直接的答案,以便能够开始我自己的项目.....我的问题是:



- 什么是我应该使用的合适的控制容器?我有很多可以定义我的应用程序布局的面板和容器选项..但是最好的选择是什么?



- 这个可变部分的最佳选择是什么..页面,窗口,导航窗口??虽然我不想在那部分中使用任何导航控件



- 如何在按下这些列表中的任何按钮后让可更改的部分显示某些页面?如何将这部分链接到这些可更改的页面?



- c#wpf可以帮助我在线/离线设计应用程序吗?





这张照片解释了我的问题



[]

- i''m still learning c#WPF and try to make my own windows application ... i meet some barriers from beginning.
- and these questions make me so confused ... i tried to look for simple answers but i couldn''t find.
- all people answer me in a very advanced and complicated way.

- i wish i can find a simple and direct answers for my questions to be able to start my own project .....my questions are:

- what is the suitable controls containers i should use?? I have many options of panels and containers that can define my application layout ..but what is the best choices??

- what is the best choice for that changeable part .. Page , windows, navigation window ?? Though i dont want any navigation controls in that part

- how to make that changeable part show certain pages after pressing any button from these list?? how to link that part with these changeable pages?

- can c#wpf help me in designing an application work online/offline?


this is a picture explaining my question

http://www.4shared.com/photo/EVMrK2B5/question.html[^]

推荐答案

Hatem Ghazy写道:
Hatem Ghazy wrote:

我应该使用哪些合适的控件容器?

What are the suitable controls containers I should use?

这个问题缺乏逻辑。您如何看待,为什么甚至存在不同的选择?因为他们中没有一个是最好的。这完全取决于。选择哪一个取决于许多因素:背景,要求,甚至是用户应用领域中的当前工业文化。在分析所有内容之前,没有什么可以帮助你。



关于控制和表达能力选择的其他一些问题也是如此。首先,你需要学习这些控件,其中大部分都是。



我认为关键问题是:

This question suffers from the lack of logic. How do you think, why do different choices even exist? Because no one of them is the best. It all depends. Which one to chose depends on a number of factors: context, requirements, even the present industrial culture in the user''s application field. Nothing can help you until you analyze all that stuff.

Same thing about some other questions on the choice of controls and expressive capabilities. First of all, you need to learn these controls, majority of them.

I think the key problem is this:

Hatem Ghazy写道:
Hatem Ghazy wrote:

所有人都以非常先进和复杂的方式回答我。

All people answer me in a very advanced and complicated way.

你不想以如此复杂的方式听取答案。为什么?如果你不明白,你可以问你的问题。我怕你不想咬一口子弹。但你必须这样做。没有多少捷径。







回答后续问题:这里:

[]。



祝你好运,

-SA

You did not want to listen the answers in so complicated way. Why? If you did not understand something, you could ask your questions. I''m afraid that you don''t want to bite a bullet. But you have to. There is no much of a shortcut.



Answering the follow-up question: here:
http://msdn.microsoft.com/en-us/library/ms754130.aspx[^].

Good luck,

—SA


这篇关于如何制作我的wpf应用程序布局?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 08:21