Click here to Skip to main content
15,895,746 members
Home / Discussions / C#
   

C#

 
GeneralWebBrowser control bug- application wont die Pin
Bog15-Jul-03 8:25
Bog15-Jul-03 8:25 
Generalnevermind Pin
Bog15-Jul-03 15:24
Bog15-Jul-03 15:24 
QuestionHow to set row header labels in a Datagrid? Pin
work_to_live15-Jul-03 7:41
work_to_live15-Jul-03 7:41 
AnswerRe: How to set row header labels in a Datagrid? Pin
Frank Olorin Rizzi15-Jul-03 7:53
Frank Olorin Rizzi15-Jul-03 7:53 
GeneralRe: How to set row header labels in a Datagrid? Pin
work_to_live15-Jul-03 8:05
work_to_live15-Jul-03 8:05 
GeneralRe: How to set row header labels in a Datagrid? Pin
Frank Olorin Rizzi15-Jul-03 8:16
Frank Olorin Rizzi15-Jul-03 8:16 
GeneralRe: How to set row header labels in a Datagrid? Pin
work_to_live15-Jul-03 8:28
work_to_live15-Jul-03 8:28 
GeneralRe: How to set row header labels in a Datagrid? Pin
Frank Olorin Rizzi15-Jul-03 8:44
Frank Olorin Rizzi15-Jul-03 8:44 
From what you describe, I would use the DataGrid.
As far as the row headers...
..depending on why/how you need them, it may be that you could use
the first column as "row header"... it's a work-around, and
it might not suite your application, but that's all I can suggest right now...

..after all the dataGrid seems to fit all of your other requirements, except for the
"cut-n-paste" across tables (hmmm... sounds like fun!).

Is the data grid's data source going to link you to a DB?
Are you looking for row headers because you know that you will always
display a given number of rows, and that each row represents something
specific? (in this case you might use simple labels, and separate
text controls to display the data instead of the data grid..)

FOR

GeneralRe: How to set row header labels in a Datagrid? Pin
work_to_live15-Jul-03 9:05
work_to_live15-Jul-03 9:05 
GeneralRe: How to set row header labels in a Datagrid? Pin
Not Active15-Jul-03 9:20
mentorNot Active15-Jul-03 9:20 
GeneralRe: How to set row header labels in a Datagrid? Pin
work_to_live15-Jul-03 9:33
work_to_live15-Jul-03 9:33 
GeneralFileSystemWatcher Pin
puppiesLover15-Jul-03 5:56
puppiesLover15-Jul-03 5:56 
GeneralReturning a collection class Pin
Andrew Bromfield15-Jul-03 4:26
Andrew Bromfield15-Jul-03 4:26 
GeneralRe: Returning a collection class Pin
Frank Olorin Rizzi15-Jul-03 6:18
Frank Olorin Rizzi15-Jul-03 6:18 
GeneralRe: Returning a collection class Pin
Andrew Bromfield15-Jul-03 6:22
Andrew Bromfield15-Jul-03 6:22 
GeneralRe: Returning a collection class Pin
Frank Olorin Rizzi15-Jul-03 6:28
Frank Olorin Rizzi15-Jul-03 6:28 
GeneralRe: Returning a collection class Pin
Andrew Bromfield15-Jul-03 6:50
Andrew Bromfield15-Jul-03 6:50 
GeneralRe: Returning a collection class Pin
Frank Olorin Rizzi15-Jul-03 7:18
Frank Olorin Rizzi15-Jul-03 7:18 
GeneralRe: Returning a collection class Pin
Andrew Bromfield15-Jul-03 8:06
Andrew Bromfield15-Jul-03 8:06 
GeneralRe: Returning a collection class Pin
Frank Olorin Rizzi15-Jul-03 12:19
Frank Olorin Rizzi15-Jul-03 12:19 
GeneralRe: Returning a collection class Pin
Andrew Bromfield16-Jul-03 4:13
Andrew Bromfield16-Jul-03 4:13 
GeneralRe: Returning a collection class Pin
Frank Olorin Rizzi16-Jul-03 4:49
Frank Olorin Rizzi16-Jul-03 4:49 
GeneralRe: Returning a collection class Pin
Andrew Bromfield16-Jul-03 10:36
Andrew Bromfield16-Jul-03 10:36 
GeneralDrawing on Desktop Pin
Juergen15-Jul-03 3:48
Juergen15-Jul-03 3:48 
GeneralRe: Drawing on Desktop Pin
jtmtv1816-Jul-03 16:50
jtmtv1816-Jul-03 16:50 

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.