Click here to Skip to main content
15,878,959 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionOpen Source PDF VIewer in Winform Pin
Anthony Fernando28-Sep-15 21:23
professionalAnthony Fernando28-Sep-15 21:23 
AnswerRe: Open Source PDF VIewer in Winform - Already answered in the C# forum Pin
Pete O'Hanlon28-Sep-15 21:37
mvePete O'Hanlon28-Sep-15 21:37 
QuestionConnecting windows phone to PC over wiffi Pin
VishalDesai23-Aug-15 20:25
professionalVishalDesai23-Aug-15 20:25 
AnswerRe: Connecting windows phone to PC over wiffi Pin
Richard MacCutchan23-Aug-15 21:14
mveRichard MacCutchan23-Aug-15 21:14 
NewsLabel and LinkLabel deprecated Pin
Yvan Rodrigues15-Aug-15 9:08
professionalYvan Rodrigues15-Aug-15 9:08 
GeneralRe: Label and LinkLabel deprecated Pin
Richard Deeming17-Aug-15 3:08
mveRichard Deeming17-Aug-15 3:08 
GeneralRe: Label and LinkLabel deprecated Pin
Nitzan Levi22-Aug-15 10:24
Nitzan Levi22-Aug-15 10:24 
QuestionWhich function trigger to load next set of data when user scroll datagridview c# Pin
Tridip Bhattacharjee18-Jul-15 6:48
professionalTridip Bhattacharjee18-Jul-15 6:48 
I am working with datagridview. My datagridview virtual mode is turned on.so i populate grid this below way

C#
private void dataGridView1_CellValueNeeded(object sender,DataGridViewCellValueEventArgs e)
{
    e.Value = memoryCache.RetrieveElement(e.RowIndex, e.ColumnIndex);
}


basically i took the code from a msdn link and customize bit. one thing is not clear to me which function is getting called first when user scroll datagridview. please tell me the function name.

also tell me how relation has been established between datagridview scroll and function call to load next set of data. here i am not posting my full code rather here leaving a url from where anyone can see the full working code.

here is the url http://stackoverflow.com/questions/31458197/how-to-sort-datagridview-data-when-virtual-mode-enable/31475803#31475803

please have a look and help me to understand the area which is getting called when user scroll down the datagridview. thanks
tbhattacharjee

AnswerRe: Which function trigger to load next set of data when user scroll datagridview c# Pin
Eddy Vluggen20-Jul-15 9:45
professionalEddy Vluggen20-Jul-15 9:45 
QuestionHow to Raise event before and after loading data to datagridview when virtual mode on Pin
Tridip Bhattacharjee18-Jul-15 6:47
professionalTridip Bhattacharjee18-Jul-15 6:47 
AnswerRe: How to Raise event before and after loading data to datagridview when virtual mode on Pin
Eddy Vluggen20-Jul-15 9:42
professionalEddy Vluggen20-Jul-15 9:42 
QuestionUse of Unicode characters -> Syntax. Pin
Mateo Hernández17-Jul-15 3:30
Mateo Hernández17-Jul-15 3:30 
AnswerRe: Use of Unicode characters -> Syntax. Pin
Richard MacCutchan17-Jul-15 3:33
mveRichard MacCutchan17-Jul-15 3:33 
GeneralRe: Use of Unicode characters -> Syntax. Pin
Mateo Hernández18-Jul-15 3:37
Mateo Hernández18-Jul-15 3:37 
QuestionWindows Form Shown Pin
Mateo Hernández12-Jul-15 12:58
Mateo Hernández12-Jul-15 12:58 
AnswerRe: Windows Form Shown Pin
erwinliong12-Jul-15 14:55
erwinliong12-Jul-15 14:55 
GeneralRe: Windows Form Shown Pin
Mateo Hernández12-Jul-15 20:45
Mateo Hernández12-Jul-15 20:45 
GeneralRe: Windows Form Shown Pin
Mateo Hernández12-Jul-15 23:11
Mateo Hernández12-Jul-15 23:11 
GeneralRe: Windows Form Shown Pin
Sascha Lefèvre13-Jul-15 4:20
professionalSascha Lefèvre13-Jul-15 4:20 
GeneralRe: Windows Form Shown Pin
Mateo Hernández17-Jul-15 3:14
Mateo Hernández17-Jul-15 3:14 
QuestionFolder Permissions - Urgent Help Please Pin
Seuss13-May-15 3:09
Seuss13-May-15 3:09 
AnswerRe: Folder Permissions - Urgent Help Please Pin
Dave Kreskowiak25-May-15 3:57
mveDave Kreskowiak25-May-15 3:57 
AnswerRe: Folder Permissions - Urgent Help Please Pin
Nitzan Levi22-Aug-15 19:50
Nitzan Levi22-Aug-15 19:50 
QuestionAccordion in windows Forms Pin
sudevsu24-Apr-15 5:25
sudevsu24-Apr-15 5:25 
AnswerRe: Accordion in windows Forms Pin
Richard MacCutchan24-Apr-15 7:01
mveRichard MacCutchan24-Apr-15 7:01 

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.