I have a simple form containing the main view, as well as some text fields and the Add button, which I use to add data that is displayed in the main view (and stored in a text file). I want to add a small button that will toggle the hide / show of the add controls. Usually this button is a small square containing two arrows pointing up / down depending on the state. How to do it?
(Sorry for the terrible title, but I don't know what to call it. Can someone tell me?)
source share