WPF 入门 《常用控件》

2021-04-12 05:27

阅读:448

标签:box   save   been   属性   左侧菜单   子页面   most   标签页   control   

1.GroupBox

技术分享图片

注意: GroupBox仍然需要布局容器来放置元素。如: StackPanel面板

 onetwothree

 

2.TabControl

   像这种标签页控件, 在winform种非常常见, Tabpge子页面, 而在WPF种, 对应的则是TabItem类。

技术分享图片

 所示的代码示意图:


                
                
            
                
                
            

Content属性相同, TabItem的Header同样可以接收任何类型的对象。这意味着可以创建一个组合框或选项卡。在他们的页标题中包含任意图形和任意元素。如下所示:

 技术分享图片

 
                
                    首页 

            
                
                
            

 

3.Expander菜单控件

  具备标题的内容收缩控件, 在web中很普遍, 用于左侧菜单。

 

技术分享图片

 代码如下所示:

    Ofo has been favored by the public, even the foreign people speak highly of it. These yellow
                bikes can be found everywhere, so the people who are in a hurry can 
                use it and then reached the destination in time.Especially for the visitors, they can ride these bikes and then have a look at the scenery around.It can saves them a lot of money and the most important thing is the convenience it brings.

  

4.ListBox控件

  ListBox控件是一个非常灵活的控件, 它不仅包含子元素ListBoxItem对象。而且也可以驻留其他元素, 这也就是ListBoxItem类继承于ContentControl类,从而ListBoxItem能够包含一段嵌套的内容。

 

例如, 创建一个包含普通按钮的列表。如下所示:

技术分享图片

 

 
            
            
            

 

5. ProgressBar进度条

  IsIndeterminate属性设置为True, 控件则会周期性的显示一个绿色(默认)从左到右的脉冲。

 

    

 

当然, 我们也可以通过修改Foreground 属性, 修改其滚动的颜色。如下所示

技术分享图片

    

  

 

 

 

 

  

 

WPF 入门 《常用控件》

标签:box   save   been   属性   左侧菜单   子页面   most   标签页   control   

原文地址:https://www.cnblogs.com/zh7791/p/9014957.html


评论


亲,登录后才可以留言!