Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Difference between Panel and GroupBox classes?
Difference between Panel and GroupBox classes?
✍: Guest
Answer 1:
Panel and Group box both can used as container for other controls like radio buttons and check box.
the difference in panel and group box are
Panel
1) In case of panel captions cannot be displayed
2) Can have scroll bars.
Group box
1) Captions can be displayed.
2) Cannot have a scroll bar
Answer 2:
Panel is scrollable. In panel you can’t set caption like Group box.
2013-12-11, 1464👍, 0💬
Popular Posts:
How do you target a specific frame from a hyperlink? Include the name of the frame in the target att...
What is the benefit of using #define to declare a constant? Using the #define method of declaring a ...
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...
What is shadowing ? When two elements in a program have same name, one of them can hide and shadow t...
What is Traceability Matrix? Traceability Matrix is one of the document will prepare by QA.To make s...