Yes, is class with 2 properties.
set lblAttrib1::Content to category-attributes(idx)::NAME
set cbAttrib1::ItemsSource to category-attributes(idx)::VALUES
set cbAttrib1::DisplayMemberPath to "VALUE"
set cbAttrib1::SelectedValuePath to "ID"
i want to find a specidic attribute in the combox and then set the selected value to that index.