I have a ribbon bar. It has ribbonbarbuttongroup and it has different elements like dropdownlistelement etc. we are creating dropdownlistelements at run time. We are populating dropdownlistelements on form load. On form load, we are also hiding ribbon tab using '
this.radribbonbar1.RibbonBarElement.Expanded = false;'. After execution of this line, dropdownlistelement's items count has become 0 during debugging though items are showing in it. So its creating problem when we loop through dropdownlistelement.
When i manually expand/collapse ribbon bar multiple times again items count become 0. One more thing, Suppose i selected some text in
dropdownlistelement and expand/collapse ribbon bar one/two times, text is showing selected but during debugging no item is selected (When we loop through).
this.radribbonbar1.RibbonBarElement.Expanded = false;'. After execution of this line, dropdownlistelement's items count has become 0 during debugging though items are showing in it. So its creating problem when we loop through dropdownlistelement.
When i manually expand/collapse ribbon bar multiple times again items count become 0. One more thing, Suppose i selected some text in
dropdownlistelement and expand/collapse ribbon bar one/two times, text is showing selected but during debugging no item is selected (When we loop through).