Forum Discussion
larolsen
15 years agoContributor
Hi
ClrFullClassName is System.Windows.Controls.ComboBox
the control is mapped as ... .WPFObject("ContentControl", "", 1).WPFObject("DefaultFrame", "", 1).WPFObject("ContentControl", "", 1).WPFObject("NormalizingColumnsLayoutView", "", 1).WPFObject("MiddleContent").WPFObject("ContentControl", "", 1).WPFObject("FeatureGroupContainer", "", 1).WPFObject("EmptyFrame", "", 1).WPFObject("ContentControl", "", 1).WPFObject("CompressingLayoutView", "", 1).WPFObject("ItemsControl", "", 1).WPFObject("ConfigView", "", 1).WPFObject("ContentControl", "", 4).WPFObject("comboBox")
the application is in a very early stage of development, and I cannot send it to you, nor can I make a sample application. This is partly because of confidentiality, and partly because I'm in the software test group, and the software is not being developed in-house....
I think the actual values are stored in TextBlocks inside the combobox, but I cannot access them when the combobox is rolled up.
Best regards
Lars Lund Olsen
ClrFullClassName is System.Windows.Controls.ComboBox
the control is mapped as ... .WPFObject("ContentControl", "", 1).WPFObject("DefaultFrame", "", 1).WPFObject("ContentControl", "", 1).WPFObject("NormalizingColumnsLayoutView", "", 1).WPFObject("MiddleContent").WPFObject("ContentControl", "", 1).WPFObject("FeatureGroupContainer", "", 1).WPFObject("EmptyFrame", "", 1).WPFObject("ContentControl", "", 1).WPFObject("CompressingLayoutView", "", 1).WPFObject("ItemsControl", "", 1).WPFObject("ConfigView", "", 1).WPFObject("ContentControl", "", 4).WPFObject("comboBox")
the application is in a very early stage of development, and I cannot send it to you, nor can I make a sample application. This is partly because of confidentiality, and partly because I'm in the software test group, and the software is not being developed in-house....
I think the actual values are stored in TextBlocks inside the combobox, but I cannot access them when the combobox is rolled up.
Best regards
Lars Lund Olsen