Click here to Skip to main content
15,909,530 members
Home / Discussions / C#
   

C#

 
GeneralRe: Question about Smart Client Pin
nelo_28-Mar-08 4:42
nelo_28-Mar-08 4:42 
GeneralRe: Question about Smart Client Pin
Vimalsoft(Pty) Ltd30-Mar-08 20:02
professionalVimalsoft(Pty) Ltd30-Mar-08 20:02 
GeneralRe: Question about Smart Client Pin
Gareth H28-Mar-08 7:08
Gareth H28-Mar-08 7:08 
GeneralRe: Question about Smart Client Pin
Vimalsoft(Pty) Ltd30-Mar-08 20:06
professionalVimalsoft(Pty) Ltd30-Mar-08 20:06 
QuestionHow to hide the particular column in Listview? Pin
Mohan Kumar28-Mar-08 3:38
Mohan Kumar28-Mar-08 3:38 
GeneralRe: How to hide the particular column in Listview? Pin
Stu Richardson28-Mar-08 4:03
Stu Richardson28-Mar-08 4:03 
GeneralRe: How to hide the particular column in Listview? Pin
Reelix28-Mar-08 4:24
Reelix28-Mar-08 4:24 
GeneralRe: How to hide the particular column in Listview? Pin
Stu Richardson28-Mar-08 4:28
Stu Richardson28-Mar-08 4:28 
Thats the first thing I tried, I just put a list view on a form added some columns to it and then in the forms constructor tried to do:

listView.Columns[0].Visible (no such property)
listView.Columns[0].....

Then I went back up to the list view control and tried to see if there was anything you could set on there but no luck.

In my work I use infragisitics controls which allows this behaviour and I use it a lot so this query intrigued me as its suprising you cant do it on a win forms control.

anyway good luck.
GeneralRe: How to hide the particular column in Listview? Pin
jchalfant28-Mar-08 8:20
jchalfant28-Mar-08 8:20 
GeneralRe: How to hide the particular column in Listview? Pin
Stu Richardson1-Apr-08 5:19
Stu Richardson1-Apr-08 5:19 
GeneralRe: How to hide the particular column in Listview? Pin
jchalfant1-Apr-08 8:44
jchalfant1-Apr-08 8:44 
GeneralRe: How to hide the particular column in Listview? Pin
Dave Kreskowiak28-Mar-08 4:50
mveDave Kreskowiak28-Mar-08 4:50 
GeneralCreate User Validation Pin
MumbleB28-Mar-08 3:17
MumbleB28-Mar-08 3:17 
GeneralRe: Create User Validation Pin
Gareth H28-Mar-08 3:28
Gareth H28-Mar-08 3:28 
GeneralOwner Pin
ellllllllie28-Mar-08 2:46
ellllllllie28-Mar-08 2:46 
GeneralRe: Owner Pin
Thomas Stockwell28-Mar-08 3:05
professionalThomas Stockwell28-Mar-08 3:05 
GeneralRe: Owner Pin
ellllllllie28-Mar-08 3:38
ellllllllie28-Mar-08 3:38 
GeneralCode to: Loop through a datagrid and display its data in a new Excel spreadsheet Pin
Walaza28-Mar-08 2:42
Walaza28-Mar-08 2:42 
GeneralRe: Code to: Loop through a datagrid and display its data in a new Excel spreadsheet Pin
Thomas Stockwell28-Mar-08 3:09
professionalThomas Stockwell28-Mar-08 3:09 
GeneralRe: Code to: Loop through a datagrid and display its data in a new Excel spreadsheet Pin
Walaza28-Mar-08 3:58
Walaza28-Mar-08 3:58 
GeneralRe: Code to: Loop through a datagrid and display its data in a new Excel spreadsheet Pin
Thomas Stockwell28-Mar-08 8:18
professionalThomas Stockwell28-Mar-08 8:18 
GeneralRe: Code to: Loop through a datagrid and display its data in a new Excel spreadsheet Pin
Walaza30-Mar-08 20:17
Walaza30-Mar-08 20:17 
GeneralRe: Code to: Loop through a datagrid and display its data in a new Excel spreadsheet Pin
Thomas Stockwell31-Mar-08 3:46
professionalThomas Stockwell31-Mar-08 3:46 
GeneralRe: Code to: Loop through a datagrid and display its data in a new Excel spreadsheet Pin
Walaza31-Mar-08 4:28
Walaza31-Mar-08 4:28 
GeneralRe: Code to: Loop through a datagrid and display its data in a new Excel spreadsheet Pin
MumbleB28-Mar-08 3:31
MumbleB28-Mar-08 3:31 

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.