When I tap on the ComboBox is pops up with the selection which is fine.
However, when I select an item and it displays it on the page, it shows the selected item but the text is assigned to center and the text is blue.
Is there way in making the text black, and making it left rather than center. I want to keep the popup menu selection text blue and center. Only want to change the text after the item was selected.
See the code in DesignerCreateView. It creates a button with the system style.
You should change it to InitializeCustom and set the colors you like. This will also allow you to change the alignment with btn.CustomLabel.TextAlignment.