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

C#

 
GeneralRe: How get The index of last visible ListViewItem of a ListView Pin
mav.northwind29-Apr-05 21:07
mav.northwind29-Apr-05 21:07 
GeneralRe: How get The index of last visible ListViewItem of a ListView Pin
djalmao3-May-05 20:59
djalmao3-May-05 20:59 
GeneralConvert graphic files to a JPEG format Pin
Anonymous29-Apr-05 2:55
Anonymous29-Apr-05 2:55 
GeneralRe: Convert graphic files to a JPEG format Pin
benjymous29-Apr-05 3:12
benjymous29-Apr-05 3:12 
QuestionDataGrid Control - right choice? Pin
LiamD29-Apr-05 0:50
LiamD29-Apr-05 0:50 
AnswerRe: DataGrid Control - right choice? Pin
Polis Pilavas29-Apr-05 1:05
Polis Pilavas29-Apr-05 1:05 
GeneralRe: DataGrid Control - right choice? Pin
LiamD29-Apr-05 1:18
LiamD29-Apr-05 1:18 
AnswerRe: DataGrid Control - right choice? Pin
Marc Clifton29-Apr-05 1:15
mvaMarc Clifton29-Apr-05 1:15 
LiamD wrote:
Is the datagrid the correct coice of control to use?

Take a look at this article.[^] I believe it gives you an alternative to the DataGrid by allowing you to attach a data source to a ListView, something that .NET's implementation doesn't do. You should then be able to change the filter and sortby of the DataView.

The only reason you see examples linked to a database is that it's an easy way of populating the DataTable. You can certainly create the Columns, do a NewRow, set the fields, and do an AddRow yourself.

Marc

MyXaml
Advanced Unit Testing
YAPO
AnswerRe: DataGrid Control - right choice? Pin
Robert Rohde29-Apr-05 6:55
Robert Rohde29-Apr-05 6:55 
GeneralRemoting : can't disconnect client Pin
sokettepower28-Apr-05 22:08
sokettepower28-Apr-05 22:08 
GeneralRe: Remoting : can't disconnect client Pin
Kodanda Pani29-Apr-05 3:27
Kodanda Pani29-Apr-05 3:27 
GeneralRe: Remoting : can't disconnect client Pin
sokettepower29-Apr-05 4:17
sokettepower29-Apr-05 4:17 
GeneralRe: Remoting : can't disconnect client Pin
Kodanda Pani29-Apr-05 20:28
Kodanda Pani29-Apr-05 20:28 
GeneralRe: Remoting : can't disconnect client Pin
Anonymous29-Apr-05 22:38
Anonymous29-Apr-05 22:38 
QuestionHow to resise controls when maximising the C# Application? Pin
pubududilena28-Apr-05 22:06
pubududilena28-Apr-05 22:06 
AnswerRe: How to resise controls when maximising the C# Application? Pin
gaby2r28-Apr-05 22:44
gaby2r28-Apr-05 22:44 
GeneralRe: How to resise controls when maximising the C# Application? Pin
pubududilena29-Apr-05 0:07
pubududilena29-Apr-05 0:07 
GeneralRe: How to resise controls when maximising the C# Application? Pin
Claudio Grazioli29-Apr-05 3:21
Claudio Grazioli29-Apr-05 3:21 
GeneralRe: How to resise controls when maximising the C# Application? Pin
pubududilena1-May-05 16:53
pubududilena1-May-05 16:53 
GeneralRe: How to resise controls when maximising the C# Application? Pin
Claudio Grazioli1-May-05 20:58
Claudio Grazioli1-May-05 20:58 
AnswerRe: How to resise controls when maximising the C# Application? Pin
MoustafaS29-Apr-05 5:01
MoustafaS29-Apr-05 5:01 
GeneralHelp-- Determining Mouse Pin
Umair Tariq28-Apr-05 22:04
Umair Tariq28-Apr-05 22:04 
GeneralRe: Help-- Determining Mouse Pin
Polis Pilavas29-Apr-05 1:08
Polis Pilavas29-Apr-05 1:08 
QuestionHow to create Help file like VS.net Help (MSDN Library - April 2003) Pin
god4k28-Apr-05 21:57
god4k28-Apr-05 21:57 
AnswerRe: How to create Help file like VS.net Help (MSDN Library - April 2003) Pin
S. Senthil Kumar28-Apr-05 22:48
S. Senthil Kumar28-Apr-05 22:48 

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.