Multiline textbox down arrow is missing
-
Hi.. I have a tabcontrol on a Form..On this i am adding few tabpages..On the first tabpage I used few labels and edit boxes..in the last i used a texbox control..After displaying this tabpage i am able to see all controls properly but in case of listbox control the vertical bar down arrow is missing.. can anyone help me in this.. Thanks Sudhakar
-
Hi.. I have a tabcontrol on a Form..On this i am adding few tabpages..On the first tabpage I used few labels and edit boxes..in the last i used a texbox control..After displaying this tabpage i am able to see all controls properly but in case of listbox control the vertical bar down arrow is missing.. can anyone help me in this.. Thanks Sudhakar
Hi Can you send a from to check the problem, please
-
Hi.. I have a tabcontrol on a Form..On this i am adding few tabpages..On the first tabpage I used few labels and edit boxes..in the last i used a texbox control..After displaying this tabpage i am able to see all controls properly but in case of listbox control the vertical bar down arrow is missing.. can anyone help me in this.. Thanks Sudhakar
Unless
ScrollAlwaysVisible
is set totrue
, your scroll bar will not appear unless more items than theListBox
can display at a time are present. If this is not the problem, please be a little more descriptive, such as posting a snippet of relevant code (please do not post the whole thing), describing what you're doing with theListBox
, etc. We can't see your code nor do we know it. Unless you're specific about a problem, we really can't help you.Microsoft MVP, Visual C# My Articles
-
Unless
ScrollAlwaysVisible
is set totrue
, your scroll bar will not appear unless more items than theListBox
can display at a time are present. If this is not the problem, please be a little more descriptive, such as posting a snippet of relevant code (please do not post the whole thing), describing what you're doing with theListBox
, etc. We can't see your code nor do we know it. Unless you're specific about a problem, we really can't help you.Microsoft MVP, Visual C# My Articles
That was not my problem..I am able to see the vertical scroll bar correctly but the down arrow in that scroll bar is missing..I want to put a snapshot of it as an attachement..But i am not able to find how i can do tht in this forum..can u plz tell me so that i can send a snapshot.. Thanks Sudhakar
-
That was not my problem..I am able to see the vertical scroll bar correctly but the down arrow in that scroll bar is missing..I want to put a snapshot of it as an attachement..But i am not able to find how i can do tht in this forum..can u plz tell me so that i can send a snapshot.. Thanks Sudhakar
Most likely your control is being clipped. Make sure that the entire
ListBox
control is within the client region of theTabPage
. If you can resize theTabControl
, make sure you set theAnchor
orDock
properties for yourListBox
accordingly.Microsoft MVP, Visual C# My Articles
-
That was not my problem..I am able to see the vertical scroll bar correctly but the down arrow in that scroll bar is missing..I want to put a snapshot of it as an attachement..But i am not able to find how i can do tht in this forum..can u plz tell me so that i can send a snapshot.. Thanks Sudhakar
Use Alt-Print Scrn. Then go to MSPaint. Press Ctrl-V. Save as desired image format and post it!. Yes, I program in VB, but only to feed my addiction to a warm place to sleep and food to eat!
Visit my Code Project blog (Mobile Audio project)[^]
-
Use Alt-Print Scrn. Then go to MSPaint. Press Ctrl-V. Save as desired image format and post it!. Yes, I program in VB, but only to feed my addiction to a warm place to sleep and food to eat!
Visit my Code Project blog (Mobile Audio project)[^]
I know all the above steps..But i want to know how to attach the saved image while postiing in this forum.. I didnt see any option while posting this message which says "attach ur files" .. I tried copying the image and paste it inline but tht is also not working.. Thanks Sudhakar