Click here to Skip to main content
15,891,204 members
Home / Discussions / C#
   

C#

 
GeneralRe: Voice authentication using speech recognition Pin
krinaljariwala29-Jan-10 1:53
krinaljariwala29-Jan-10 1:53 
QuestionBinding enum to GridView Pin
nagendrathecoder28-Jan-10 19:08
nagendrathecoder28-Jan-10 19:08 
AnswerRe: Binding enum to GridView Pin
dan!sh 28-Jan-10 20:53
professional dan!sh 28-Jan-10 20:53 
GeneralRe: Binding enum to GridView Pin
nagendrathecoder28-Jan-10 21:38
nagendrathecoder28-Jan-10 21:38 
QuestionLast node is not visible in TreeView because of scroll bar. Pin
Piyush Vaishnav28-Jan-10 18:11
Piyush Vaishnav28-Jan-10 18:11 
AnswerMessage Closed Pin
28-Jan-10 18:51
stancrm28-Jan-10 18:51 
GeneralRe: Last node is not visible in TreeView because of scroll bar. Pin
Piyush Vaishnav28-Jan-10 18:56
Piyush Vaishnav28-Jan-10 18:56 
AnswerRe: Last node is not visible in TreeView because of scroll bar. Pin
AspDotNetDev28-Jan-10 20:35
protectorAspDotNetDev28-Jan-10 20:35 
Can you post some example code that demonstrates this? Does it always not display the last node when there is a scroll bar, or is it only if there are a certain minimum number of nodes? Are you using Windows Forms or ASP.net? Can you post a screenshot somewhere and add a link to it from here?

I've encountered your issue when adding a bunch of nodes (32,000 or something like that) to a TreeView. There is no way around it that I know of. However, you could put any nodes that would make the TreeView have more than 32,000 nodes into a new TreeView instead... or implement TreeView paging. Or you could allow the user to filter the nodes somehow (if they are alphabetic in nature, you could allow them to show only a letter at a time, for example).

You could also disable scrolling on the TreeView itself, but enable scrolling for the container that holds the TreeView. And if you still have the issue, put a control (e.g., a label) at the bottom of the TreeView so that that control gets hidden instead of part of the TreeView.

I can assist you further if you provide more information.


GeneralRe: Last node is not visible in TreeView because of scroll bar. Pin
Piyush Vaishnav28-Jan-10 21:00
Piyush Vaishnav28-Jan-10 21:00 
GeneralRe: Last node is not visible in TreeView because of scroll bar. Pin
Piyush Vaishnav28-Jan-10 21:49
Piyush Vaishnav28-Jan-10 21:49 
GeneralRe: Last node is not visible in TreeView because of scroll bar. Pin
daxbakken2-Mar-10 9:02
daxbakken2-Mar-10 9:02 
GeneralRe: Last node is not visible in TreeView because of scroll bar. Pin
spif20013-Jun-10 4:01
spif20013-Jun-10 4:01 
QuestionRe: An exception thrown that I can't figure out how to fix Pin
Darrall28-Jan-10 16:26
Darrall28-Jan-10 16:26 
AnswerRe: An exception thrown that I can't figure out how to fix Pin
Roger Wright28-Jan-10 17:42
professionalRoger Wright28-Jan-10 17:42 
JokeRe: An exception thrown that I can't figure out how to fix Pin
Richard MacCutchan28-Jan-10 22:38
mveRichard MacCutchan28-Jan-10 22:38 
GeneralRe: An exception thrown that I can't figure out how to fix Pin
Roger Wright29-Jan-10 2:21
professionalRoger Wright29-Jan-10 2:21 
GeneralRe: An exception thrown that I can't figure out how to fix Pin
Darrall29-Jan-10 4:40
Darrall29-Jan-10 4:40 
QuestionAn exception thrown that I can't figure out how to fix Pin
Darrall28-Jan-10 13:35
Darrall28-Jan-10 13:35 
QuestionRe: An exception thrown that I can't figure out how to fix Pin
harold aptroot28-Jan-10 13:47
harold aptroot28-Jan-10 13:47 
AnswerRe: An exception thrown that I can't figure out how to fix Pin
Darrall28-Jan-10 13:55
Darrall28-Jan-10 13:55 
GeneralRe: An exception thrown that I can't figure out how to fix Pin
harold aptroot28-Jan-10 14:17
harold aptroot28-Jan-10 14:17 
GeneralRe: An exception thrown that I can't figure out how to fix Pin
Luc Pattyn28-Jan-10 14:33
sitebuilderLuc Pattyn28-Jan-10 14:33 
GeneralRe: An exception thrown that I can't figure out how to fix Pin
Luc Pattyn28-Jan-10 14:32
sitebuilderLuc Pattyn28-Jan-10 14:32 
GeneralRe: An exception thrown that I can't figure out how to fix Pin
AspDotNetDev28-Jan-10 20:43
protectorAspDotNetDev28-Jan-10 20:43 
GeneralRe: An exception thrown that I can't figure out how to fix Pin
Luc Pattyn28-Jan-10 22:05
sitebuilderLuc Pattyn28-Jan-10 22:05 

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.