Click here to Skip to main content
15,923,845 members
Home / Discussions / C#
   

C#

 
AnswerRe: PInvoke for DirectoryInfo Class Pin
CodingDaddy18-Jun-10 4:03
CodingDaddy18-Jun-10 4:03 
QuestionHow to add License Functionality in Dot Net Assembly. Pin
codeproject_Tarun17-Jun-10 5:44
codeproject_Tarun17-Jun-10 5:44 
AnswerRe: How to add License Functionality in Dot Net Assembly. Pin
Ennis Ray Lynch, Jr.17-Jun-10 5:49
Ennis Ray Lynch, Jr.17-Jun-10 5:49 
GeneralRe: How to add License Functionality in Dot Net Assembly. Pin
codeproject_Tarun17-Jun-10 23:51
codeproject_Tarun17-Jun-10 23:51 
QuestionGroupBox Set To Back Pin
Endien17-Jun-10 5:36
Endien17-Jun-10 5:36 
AnswerRe: GroupBox DockStyle Pin
dan!sh 17-Jun-10 5:40
professional dan!sh 17-Jun-10 5:40 
GeneralRe: GroupBox DockStyle Pin
Endien17-Jun-10 5:55
Endien17-Jun-10 5:55 
AnswerRe: GroupBox Set To Back Pin
Luc Pattyn17-Jun-10 6:32
sitebuilderLuc Pattyn17-Jun-10 6:32 
You did not make clear what you want, and the image is not really helping in probing your mind.

In your code I see a TabPage with a GroupBox and an iGrid added to it, both docked to the bottom or more. So they are bound to overlap.

There are many ways to make them not overlap, pick one:
1. make the iGrid anchored all around but leave sufficient bottom for the GroupBox;
2. add the iGrid to the GroupBox, GroupBox docked fill, iGrid anchored all around.
3. use a SplitContainer (is overkill IMO)
4. use a TableLayoutPanel; you might add the two labels and one iGrid directly to it.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use < PRE > tags for code snippets, it preserves indentation, and improves readability.


GeneralRe: GroupBox Set To Back Pin
Endien17-Jun-10 6:58
Endien17-Jun-10 6:58 
GeneralRe: GroupBox Set To Back Pin
Luc Pattyn17-Jun-10 7:15
sitebuilderLuc Pattyn17-Jun-10 7:15 
GeneralRe: GroupBox Set To Back Pin
Endien17-Jun-10 7:16
Endien17-Jun-10 7:16 
GeneralRe: GroupBox Set To Back Pin
Endien17-Jun-10 7:34
Endien17-Jun-10 7:34 
Questioninstallation of c# project Pin
prithaa17-Jun-10 5:11
prithaa17-Jun-10 5:11 
AnswerRe: installation of c# project Pin
dan!sh 17-Jun-10 5:36
professional dan!sh 17-Jun-10 5:36 
QuestionNeed to call methods in Java classes Pin
Adam Brown 317-Jun-10 4:34
Adam Brown 317-Jun-10 4:34 
AnswerRe: Need to call methods in Java classes Pin
dan!sh 17-Jun-10 4:48
professional dan!sh 17-Jun-10 4:48 
Questionhow to detect a remote assistance session programatically Pin
Hert17-Jun-10 2:46
Hert17-Jun-10 2:46 
AnswerRe: how to detect a remote assistance session programatically Pin
dan!sh 17-Jun-10 4:55
professional dan!sh 17-Jun-10 4:55 
AnswerRe: how to detect a remote assistance session programatically Pin
Bernhard Hiller17-Jun-10 5:04
Bernhard Hiller17-Jun-10 5:04 
GeneralRe: how to detect a remote assistance session programatically Pin
Hert17-Jun-10 20:35
Hert17-Jun-10 20:35 
QuestionAxhost problem with unregistered ocx Pin
aevanscambs17-Jun-10 2:32
aevanscambs17-Jun-10 2:32 
AnswerMessage Closed Pin
17-Jun-10 2:56
stancrm17-Jun-10 2:56 
GeneralRe: Axhost problem with unregistered ocx Pin
aevanscambs17-Jun-10 3:22
aevanscambs17-Jun-10 3:22 
Questiontime independent text animation Pin
sleeping_b17-Jun-10 2:01
sleeping_b17-Jun-10 2:01 
GeneralRe: time independent text animation Pin
harold aptroot17-Jun-10 4:29
harold aptroot17-Jun-10 4:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.