Introduction:
When we select a default value for a drop down, we see a background color behind the selected value.
To improve the aesthetics of the App, we can remove the background color.
Solution:
ComboBox property SelectionTagFill to this code - RGB(255,255,255).
Comments
Post a Comment