c# - Hide/show part of the window with a button click -


i have simple form containing main view , text boxes , "add" button use adding data displayed in main view (and stored in text file). want add little button toggle hiding/showing of adding controls. such button small square containing 2 arrowheads pointing up/down depending on state. how do that?

(i'm sorry terrible title, don't know proper name this. tell me?)

i don't think there's built-in in winforms that. when needed similar, changed height of form...


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -