Click here to Skip to main content
15,880,608 members
Home / Discussions / C#
   

C#

 
GeneralRe: GetIfTable and DllImport Pin
Heath Stewart22-Jan-04 11:09
protectorHeath Stewart22-Jan-04 11:09 
GeneralRe: GetIfTable and DllImport //Thanks Pin
Julien Delezenne22-Jan-04 12:19
Julien Delezenne22-Jan-04 12:19 
GeneralMonthCalendar control selecting multiple dates Pin
Chris Meech22-Jan-04 9:38
Chris Meech22-Jan-04 9:38 
GeneralRe: MonthCalendar control selecting multiple dates Pin
Heath Stewart22-Jan-04 11:53
protectorHeath Stewart22-Jan-04 11:53 
GeneralRe: MonthCalendar control selecting multiple dates Pin
Chris Meech23-Jan-04 2:25
Chris Meech23-Jan-04 2:25 
GeneralRe: MonthCalendar control selecting multiple dates Pin
Heath Stewart23-Jan-04 4:37
protectorHeath Stewart23-Jan-04 4:37 
GeneralRe: MonthCalendar control selecting multiple dates Pin
Chris Meech23-Jan-04 5:04
Chris Meech23-Jan-04 5:04 
QuestionTrying to expand middle panel like in Outlook???? Pin
LongRange.Shooter22-Jan-04 9:07
LongRange.Shooter22-Jan-04 9:07 
I am redesigning the UI for one of our data editors. I have an Infragistics ListBar main panel on the left(Dock=left), a slider (Dock=left), and a control area where the different edit controls are dynamically constructed(Dock=fill).

At design time I also added a second panel for groups. That panel and its' slider are Dock=left and marked Disabled, NOT Visible. I have one button on the main panel for opening the group selector whenever the editor wants to group items into a manageable group. I have tried numerous ways to make this group panel appear...all in vain. Here is my last attempt:
this.controlArea.Dock = DockStyle.None;    // stop control area from filling
this.controlArea.Size = new Size(10, 10);
this.groupDisplay.Enabled=true;            // make everything visible
this.groupDisplay.Visible = this.groupDisplay.Visible=false?true:false;
this.groupDisplay.Size = new Size(3, 453);
this.grpSplit.Enabled = true;
this.grpSplit.Visible= this.grpSplit.Visible=false?true:false;
this.controlArea.Dock = DockStyle.Fill;
this.Invalidate(true);                      // tell form to repaint with all children invalidated as well


The panel does not become visible no matter what!!! Any suggestion would be appreciated.

Michael


_____________________________________________
Of all the senses I could possibly lose,
It is most often the one called 'common' that gets lost.

AnswerRe: Trying to expand middle panel like in Outlook???? Pin
Heath Stewart22-Jan-04 9:31
protectorHeath Stewart22-Jan-04 9:31 
GeneralRe: Trying to expand middle panel like in Outlook???? Pin
LongRange.Shooter22-Jan-04 10:04
LongRange.Shooter22-Jan-04 10:04 
GeneralBase Control for ToolBox, Solution & Properties "Panels" Pin
RapidFireBill22-Jan-04 9:06
RapidFireBill22-Jan-04 9:06 
GeneralRe: Base Control for ToolBox, Solution & Properties "Panels" Pin
LongRange.Shooter22-Jan-04 9:11
LongRange.Shooter22-Jan-04 9:11 
GeneralFind if input is already MD5 encrypted ! Pin
pahluwalia22-Jan-04 4:08
pahluwalia22-Jan-04 4:08 
GeneralRe: Find if input is already MD5 encrypted ! Pin
Heath Stewart22-Jan-04 4:29
protectorHeath Stewart22-Jan-04 4:29 
Generalnewbie question Pin
bouli22-Jan-04 3:54
bouli22-Jan-04 3:54 
GeneralRe: newbie question Pin
Colin Angus Mackay22-Jan-04 4:07
Colin Angus Mackay22-Jan-04 4:07 
GeneralRe: newbie question Pin
bouli22-Jan-04 4:10
bouli22-Jan-04 4:10 
GeneralRe: newbie question Pin
Heath Stewart22-Jan-04 4:35
protectorHeath Stewart22-Jan-04 4:35 
GeneralRe: newbie question Pin
bouli22-Jan-04 4:47
bouli22-Jan-04 4:47 
GeneralRe: newbie question Pin
Heath Stewart22-Jan-04 4:51
protectorHeath Stewart22-Jan-04 4:51 
GeneralRe: newbie question Pin
bouli22-Jan-04 4:54
bouli22-Jan-04 4:54 
GeneralRe: newbie question Pin
Nick Parker22-Jan-04 6:17
protectorNick Parker22-Jan-04 6:17 
GeneralRe: newbie question Pin
Bo Hunter22-Jan-04 12:23
Bo Hunter22-Jan-04 12:23 
GeneralDeferred Calculations Pin
BernardYardley22-Jan-04 3:36
BernardYardley22-Jan-04 3:36 
GeneralRe: Deferred Calculations Pin
Heath Stewart22-Jan-04 5:01
protectorHeath Stewart22-Jan-04 5:01 

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.