Click here to Skip to main content
15,917,808 members
Home / Discussions / C#
   

C#

 
AnswerRe: XAML How to get parent property Pin
snorkie16-Jul-07 3:10
professionalsnorkie16-Jul-07 3:10 
Questionjava script Pin
kalyan_241615-Jul-07 23:08
kalyan_241615-Jul-07 23:08 
AnswerRe: java script Pin
Nouman Bhatti15-Jul-07 23:20
Nouman Bhatti15-Jul-07 23:20 
QuestionCustom stored procedure in netTiers Pin
thuannguyen15-Jul-07 22:15
thuannguyen15-Jul-07 22:15 
AnswerRe: Custom stored procedure in netTiers Pin
Vasudevan Deepak Kumar15-Jul-07 22:39
Vasudevan Deepak Kumar15-Jul-07 22:39 
Questionhow to set the number of rows in listview in c# Pin
monuSaini15-Jul-07 22:10
monuSaini15-Jul-07 22:10 
AnswerRe: how to set the number of rows in listview in c# Pin
Eduard Keilholz15-Jul-07 22:48
Eduard Keilholz15-Jul-07 22:48 
AnswerRe: how to set the number of rows in listview in c# Pin
mav.northwind16-Jul-07 3:34
mav.northwind16-Jul-07 3:34 
Hi!

The number of rows in a ListView depends on the value of its VirtualMode property.

If you don't run the ListView in virtual mode (the default) then the number of rows is equal to the number of ListViewItems inside the Items collection.

If you're running in virtual mode, there's a special property VirtualListSize to hold the number of items in the ListView. Using the ListView in virtual mode is an advanced topic, though.

Regards,
mav

--
Black holes are the places where God divided by 0...

QuestionAccessing the program folder Pin
AlexZieg7115-Jul-07 22:01
AlexZieg7115-Jul-07 22:01 
AnswerRe: Accessing the program folder Pin
Vasudevan Deepak Kumar15-Jul-07 22:41
Vasudevan Deepak Kumar15-Jul-07 22:41 
GeneralRe: Accessing the program folder Pin
AlexZieg7115-Jul-07 23:22
AlexZieg7115-Jul-07 23:22 
GeneralRe: Accessing the program folder Pin
AlexZieg7116-Jul-07 0:09
AlexZieg7116-Jul-07 0:09 
GeneralRe: Accessing the program folder Pin
mav.northwind16-Jul-07 10:04
mav.northwind16-Jul-07 10:04 
GeneralRe: Accessing the program folder Pin
AlexZieg7116-Jul-07 10:09
AlexZieg7116-Jul-07 10:09 
GeneralRe: Accessing the program folder Pin
mav.northwind16-Jul-07 19:10
mav.northwind16-Jul-07 19:10 
QuestionGet CPU,Memory & Disk utilization Pin
kaushal65415-Jul-07 21:50
kaushal65415-Jul-07 21:50 
AnswerRe: Get CPU,Memory & Disk utilization Pin
Malcolm Smart15-Jul-07 22:06
Malcolm Smart15-Jul-07 22:06 
QuestionAssigning DataView to DataTable Pin
meeram39515-Jul-07 21:46
meeram39515-Jul-07 21:46 
AnswerRe: Assigning DataView to DataTable Pin
andreumv15-Jul-07 22:35
andreumv15-Jul-07 22:35 
GeneralRe: Assigning DataView to DataTable Pin
meeram39515-Jul-07 22:51
meeram39515-Jul-07 22:51 
AnswerRe: Assigning DataView to DataTable Pin
andreumv15-Jul-07 23:53
andreumv15-Jul-07 23:53 
QuestionMDI Pin
tonato84815-Jul-07 21:34
tonato84815-Jul-07 21:34 
QuestionGet Data from another gridview selected row Pin
Edwin Syarief15-Jul-07 21:17
Edwin Syarief15-Jul-07 21:17 
QuestionSmart client Pin
tarunbounthiyal15-Jul-07 20:50
tarunbounthiyal15-Jul-07 20:50 
QuestionErrors happened when I tried to access a toolbar control from other thread. Please show me your all solutions. Pin
goldenchance15-Jul-07 20:45
goldenchance15-Jul-07 20:45 

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.