喃疯
易定者无感,易感者无定

首先要明白ItemsConTrol控件在.net公工运行时中的层次关系:

ItemsControl:

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ItemsControl

关于itemControl控件的使用

一、在逻辑中动态生成UI内容的时候可以使用ItemsControl控件会方便很多

 

posted on 2021-01-20 10:47  周子安  阅读(731)  评论(0)    收藏  举报