|
View view = (comboBox.GetChildAt(0) as FrameLayout).GetChildAt(1);
view.Enabled = false;
View dropdown = (((comboBox.GetChildAt(0) as FrameLayout).GetChildAt(0) as LinearLayout).GetChildAt(0) as LinearLayout).GetChildAt(1);
dropdown.Enabled = false; |