Click here to Skip to main content
15,915,089 members
Home / Discussions / C#
   

C#

 
QuestionHow can we understand what in clipboard is ? Pin
Mohammad Dayyan12-Aug-08 10:32
Mohammad Dayyan12-Aug-08 10:32 
AnswerRe: How can we understand what in clipboard is ? Pin
Wendelius12-Aug-08 10:43
mentorWendelius12-Aug-08 10:43 
QuestionHow can I do all columns ' items selectable in ListView ? [modified] Pin
Mohammad Dayyan12-Aug-08 10:12
Mohammad Dayyan12-Aug-08 10:12 
AnswerRe: How can I do all columns ' items selectable in ListView ? Pin
Manas Bhardwaj12-Aug-08 10:20
professionalManas Bhardwaj12-Aug-08 10:20 
GeneralRe: How can I do all columns ' items selectable in ListView ? Pin
Mohammad Dayyan12-Aug-08 10:23
Mohammad Dayyan12-Aug-08 10:23 
AnswerRe: How can I do all columns ' items selectable in ListView ? Pin
Wendelius12-Aug-08 10:46
mentorWendelius12-Aug-08 10:46 
GeneralRe: How can I do all columns ' items selectable in ListView ? Pin
Mohammad Dayyan12-Aug-08 11:05
Mohammad Dayyan12-Aug-08 11:05 
GeneralRe: How can I do all columns ' items selectable in ListView ? Pin
Wendelius12-Aug-08 11:13
mentorWendelius12-Aug-08 11:13 
Ok I see,

As far as I know it's not possible to select a cell in a second column in ListView. The only options are:
- select the first cell
- select the entire row

What I would suggest is that you use DataGridView instead. It's a little bit more complicated than ListView, but on the other hand it gives you very much flexibility (better visualization for each column, frozen columns, data editing in every cell and so on).

Hope this helps,

Mika
GeneralRe: How can I do all columns ' items selectable in ListView ? Pin
Mohammad Dayyan12-Aug-08 11:17
Mohammad Dayyan12-Aug-08 11:17 
GeneralRe: How can I do all columns ' items selectable in ListView ? Pin
Wendelius12-Aug-08 11:20
mentorWendelius12-Aug-08 11:20 
GeneralRe: How can I do all columns ' items selectable in ListView ? Pin
Mohammad Dayyan13-Aug-08 4:18
Mohammad Dayyan13-Aug-08 4:18 
GeneralRe: How can I do all columns ' items selectable in ListView ? Pin
Wendelius13-Aug-08 6:41
mentorWendelius13-Aug-08 6:41 
GeneralRe: How can I do all columns ' items selectable in ListView ? Pin
Mohammad Dayyan13-Aug-08 8:55
Mohammad Dayyan13-Aug-08 8:55 
GeneralRe: How can I do all columns ' items selectable in ListView ? Pin
Wendelius13-Aug-08 9:01
mentorWendelius13-Aug-08 9:01 
Questionclass object properties Pin
netJP12L12-Aug-08 8:59
netJP12L12-Aug-08 8:59 
AnswerRe: class object properties Pin
Wendelius12-Aug-08 9:09
mentorWendelius12-Aug-08 9:09 
GeneralRe: class object properties Pin
netJP12L12-Aug-08 9:29
netJP12L12-Aug-08 9:29 
GeneralRe: class object properties Pin
Wendelius12-Aug-08 9:36
mentorWendelius12-Aug-08 9:36 
GeneralRe: class object properties Pin
netJP12L12-Aug-08 10:00
netJP12L12-Aug-08 10:00 
GeneralRe: class object properties Pin
Wendelius12-Aug-08 10:08
mentorWendelius12-Aug-08 10:08 
GeneralRe: class object properties Pin
netJP12L12-Aug-08 12:03
netJP12L12-Aug-08 12:03 
GeneralRe: class object properties Pin
Wendelius12-Aug-08 12:13
mentorWendelius12-Aug-08 12:13 
AnswerRe: class object properties [modified] Pin
visualhint13-Aug-08 5:06
visualhint13-Aug-08 5:06 
QuestionIsolated Storaged: How to Access Isolated Storage of a Different Assembly? Pin
stilz12-Aug-08 8:33
stilz12-Aug-08 8:33 
QuestionDisable A Listbox Item Pin
Kevin Marois12-Aug-08 8:24
professionalKevin Marois12-Aug-08 8:24 

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.