我将UIElement作为控件传递,然后调用SetValue,我想知道如何从UIElement传递第一个参数作为控件类型,而不是像下面的ListBox所示那样进行硬编码
Control As UIElement
Control.SetValue(ListBox.DisplayMemberPathProperty, ControlBinding.DataFieldName)
答案 0 :(得分:0)
使用ItemsControl.DisplayMemberPathProperty代替ListBox