开发者

C# build custom preview of completed form

I am developing a C# project and I want to kn开发者_运维技巧ow what are the possibilities to generate a preview of the completed fields at the end. The ideea that I have is to pass the values from elements to some labels like that:

Preview:

Name : Value printed with  Label1.Text = textBox1.Text

... etc

I want to know if there is a better way to to this.

Edit: for windows forms


No ready made preview control for your requiremen. Probably you will have to create a userControl. A ListView control with two columns might help if you don't want to create a UserControl.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜