Click here to Skip to main content
15,884,986 members
Home / Discussions / C#
   

C#

 
Questioncreating a calendar Pin
benjamin yap28-May-09 6:23
benjamin yap28-May-09 6:23 
AnswerRe: creating a calendar Pin
dan!sh 28-May-09 6:35
professional dan!sh 28-May-09 6:35 
GeneralRe: creating a calendar Pin
benjamin yap28-May-09 6:40
benjamin yap28-May-09 6:40 
GeneralRe: creating a calendar Pin
dan!sh 28-May-09 7:02
professional dan!sh 28-May-09 7:02 
AnswerRe: creating a calendar Pin
led mike28-May-09 7:02
led mike28-May-09 7:02 
QuestionFull text Search Pin
ellllllllie28-May-09 6:10
ellllllllie28-May-09 6:10 
AnswerRe: Full text Search Pin
EliottA28-May-09 8:45
EliottA28-May-09 8:45 
QuestionNumber of DataGridViewRow's that have Visible == true Pin
Dan Neely28-May-09 5:55
Dan Neely28-May-09 5:55 
I'm implementing a filter, and need to indicate if the filters applied are hiding one or more row, or if all the rows are visible.

My first thought was to use DataGridView.DisplayedRowCount(), but it returns the number of rows that are actually shown on the screen. If there are enough rows to trigger a vertical scroll this isn't the same because rows that are off the top/bottom of the list are not counted.

Is there another method/property I'm not seeing, or will I have to iterate over the entire Rows collection?

It is a truth universally acknowledged that a zombie in possession of brains must be in want of more brains.
-- Pride and Prejudice and Zombies

AnswerRe: Number of DataGridViewRow's that have Visible == true Pin
dan!sh 28-May-09 6:25
professional dan!sh 28-May-09 6:25 
GeneralRe: Number of DataGridViewRow's that have Visible == true Pin
Dan Neely28-May-09 7:05
Dan Neely28-May-09 7:05 
GeneralRe: Number of DataGridViewRow's that have Visible == true Pin
dan!sh 28-May-09 7:17
professional dan!sh 28-May-09 7:17 
GeneralRe: Number of DataGridViewRow's that have Visible == true Pin
Dan Neely28-May-09 7:25
Dan Neely28-May-09 7:25 
QuestionSending the button name to a method. Pin
outerhell28-May-09 4:52
outerhell28-May-09 4:52 
AnswerRe: Sending the button name to a method. Pin
Michael Bookatz28-May-09 4:54
Michael Bookatz28-May-09 4:54 
GeneralRe: Sending the button name to a method. Pin
outerhell28-May-09 5:05
outerhell28-May-09 5:05 
AnswerRe: Sending the button name to a method. Pin
Pete O'Hanlon28-May-09 4:55
mvePete O'Hanlon28-May-09 4:55 
GeneralRe: Sending the button name to a method. Pin
outerhell28-May-09 5:01
outerhell28-May-09 5:01 
AnswerRe: Sending the button name to a method. Pin
Luc Pattyn28-May-09 4:58
sitebuilderLuc Pattyn28-May-09 4:58 
GeneralRe: Sending the button name to a method. Pin
PIEBALDconsult28-May-09 5:40
mvePIEBALDconsult28-May-09 5:40 
AnswerRe: Sending the button name to a method. Pin
padmanabhan N28-May-09 18:39
padmanabhan N28-May-09 18:39 
GeneralRe: Sending the button name to a method. Pin
outerhell28-May-09 21:20
outerhell28-May-09 21:20 
Questionhow to set a margin.. Pin
Hema Bairavan28-May-09 4:51
Hema Bairavan28-May-09 4:51 
AnswerRe: how to set a margin.. Pin
Simon P Stevens28-May-09 4:59
Simon P Stevens28-May-09 4:59 
QuestionMany network connections inside threads Pin
mohamang28-May-09 4:50
mohamang28-May-09 4:50 
AnswerRe: Many network connections inside threads Pin
EliottA28-May-09 5:27
EliottA28-May-09 5:27 

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.