Click here to Skip to main content
15,893,266 members
Home / Discussions / C#
   

C#

 
GeneralRe: Another Interop Question.... Pin
schnee2k326-Mar-04 7:28
schnee2k326-Mar-04 7:28 
GeneralRe: Another Interop Question.... Pin
Heath Stewart26-Mar-04 7:51
protectorHeath Stewart26-Mar-04 7:51 
GeneralRe: Another Interop Question.... Pin
schnee2k326-Mar-04 8:29
schnee2k326-Mar-04 8:29 
GeneralDataGrid, 2 (easy) Questions Pin
DougW4826-Mar-04 4:59
DougW4826-Mar-04 4:59 
GeneralRe: DataGrid, 2 (easy) Questions Pin
SapiensBwG26-Mar-04 6:20
SapiensBwG26-Mar-04 6:20 
GeneralRe: DataGrid, 2 (easy) Questions Pin
DougW4826-Mar-04 6:55
DougW4826-Mar-04 6:55 
GeneralRe: DataGrid, 2 (easy) Questions Pin
Charlie Williams26-Mar-04 7:16
Charlie Williams26-Mar-04 7:16 
GeneralRe: DataGrid, 2 (easy) Questions Pin
partyganger26-Mar-04 9:54
partyganger26-Mar-04 9:54 
As an answer to your first question: you can add DataGridStyles to your Grid, in the designer and in code. Do this before you point the Grid to its datasource. If you program the available columns manually, you can set their Width and headertext too. All columns you want invisible, set the respective widths to 0.

You can also define a methodthat returns a DataGridStyle and add that to the Grids style, possibly deleting the old style (DataSource has to be null to do that I believe)
GeneralCommunicating with a Thread Pin
Demian Panello26-Mar-04 4:24
Demian Panello26-Mar-04 4:24 
GeneralRe: Communicating with a Thread Pin
Judah Gabriel Himango26-Mar-04 4:51
sponsorJudah Gabriel Himango26-Mar-04 4:51 
GeneralRe: Communicating with a Thread Pin
SapiensBwG26-Mar-04 5:00
SapiensBwG26-Mar-04 5:00 
GeneralRe: Communicating with a Thread Pin
Judah Gabriel Himango26-Mar-04 5:05
sponsorJudah Gabriel Himango26-Mar-04 5:05 
GeneralRe: Communicating with a Thread Pin
Heath Stewart26-Mar-04 4:58
protectorHeath Stewart26-Mar-04 4:58 
GeneralRe: Communicating with a Thread Pin
Judah Gabriel Himango26-Mar-04 5:24
sponsorJudah Gabriel Himango26-Mar-04 5:24 
GeneralRe: Communicating with a Thread Pin
SapiensBwG26-Mar-04 5:44
SapiensBwG26-Mar-04 5:44 
GeneralRe: Communicating with a Thread Pin
Demian Panello26-Mar-04 6:45
Demian Panello26-Mar-04 6:45 
GeneralRe: Communicating with a Thread Pin
Demian Panello26-Mar-04 7:21
Demian Panello26-Mar-04 7:21 
GeneralRe: Communicating with a Thread Pin
Heath Stewart26-Mar-04 7:41
protectorHeath Stewart26-Mar-04 7:41 
GeneralRe: Communicating with a Thread Pin
Demian Panello26-Mar-04 8:21
Demian Panello26-Mar-04 8:21 
GeneralRe: Communicating with a Thread Pin
Heath Stewart26-Mar-04 8:30
protectorHeath Stewart26-Mar-04 8:30 
GeneralRe: Communicating with a Thread Pin
Demian Panello26-Mar-04 9:11
Demian Panello26-Mar-04 9:11 
GeneralFlickering :( Pin
bouli26-Mar-04 3:44
bouli26-Mar-04 3:44 
GeneralRe: Flickering :( Pin
Judah Gabriel Himango26-Mar-04 3:52
sponsorJudah Gabriel Himango26-Mar-04 3:52 
GeneralRe: Flickering :( Pin
bouli26-Mar-04 4:36
bouli26-Mar-04 4:36 
GeneralRe: Flickering :( Pin
Heath Stewart26-Mar-04 4:29
protectorHeath Stewart26-Mar-04 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.