New user with a very basic question. Believe me I have looked but did not find (or maybe did not understand) the answer.
A view such as:
EditText.Visible = False (As set in the designer)
How do I make it visible on some event such as a button press?
I have used EditText1.Visible = True and EditText1.Visible = False within the application but nothing seems to change. The EditText view is always visable?
There is something very simple to most that I am not seeing.
A view such as:
EditText.Visible = False (As set in the designer)
How do I make it visible on some event such as a button press?
I have used EditText1.Visible = True and EditText1.Visible = False within the application but nothing seems to change. The EditText view is always visable?
There is something very simple to most that I am not seeing.