Answer the following statements true (T) or false (F)

1. GroupBoxes have a text display and can have scrollbars inserted into them.
2. Panels have the ability to have scrollbars should their contents get too large.
3. The AutoScroll property will cause a Panel to scroll to the bottom if the controls displayed are too large.
4. Panels or GroupBoxes may not be embedded within one another.
5. When adding a ToolTip component from the Toolbox, it appears on an arbitrary location on the Form in Design view.

1. False, GroupBoxes do not have scroll bars but they do have a Text property.
2. True
3. False, AutoScroll simply inserts scrollbars if needed.
4. False. Panels and GroupBoxes may contain other Panels or GroupBoxes.
5. False. When adding a ToolTip component from the Toolbox, it appears in the component
tray in Design view.

Computer Science & Information Technology

You might also like to view...

A(n) ____ is a name that refers to a piece of the program's memory, in which a value can be stored, retrieved, and changed.

A. element B. class C. variable D. object

Computer Science & Information Technology

It is a good idea to add ____ to code to explain what you have done to other designers.

A. tags B. indices C. logistics D. comments

Computer Science & Information Technology