Page 1 of 1

a question about statictext

Posted: Thu May 06, 2010 09:06
by helloworld
when statictext' vert formatting is VTF_BOTTOM_ALIGNED and the vert scrollbar is shown, the first line of text will show at top while the vert scrollbar's thumb is at bottom.
the thing i want to do is the last line of text will show at bottom while the vert scroolbar's thumb is at bottom.so what should i do?

Re: a question about statictext

Posted: Thu May 06, 2010 09:29
by CrazyEddie
Don't double post. Additionally, your post is poorly thought out. Read this: viewtopic.php?f=1&t=3350 and try again.

CE.

Re: a question about statictext

Posted: Thu May 06, 2010 12:08
by helloworld
sorry, i still not got the answer for my problem after searching.
do i describe my question clearly?

Re: a question about statictext

Posted: Sat May 08, 2010 10:41
by CrazyEddie
The problem is that you have not provided nearly enough information. My having to continually ask for people to post additional information in order to establish some basic details about the systems and configurations in use is becoming really, really annoying to me; it's a complete waste of my time, and so I'm not going to do it any more. Aside from it being basic common sense, there are enough clues around as to the basic information you should be including.

CE.

Re: a question about statictext

Posted: Sun May 09, 2010 04:40
by agamemnus
helloworld wrote:when statictext' vert formatting is VTF_BOTTOM_ALIGNED and the vert scrollbar is shown, the first line of text will show at top while the vert scrollbar's thumb is at bottom.
the thing i want to do is the last line of text will show at bottom while the vert scroolbar's thumb is at bottom.so what should i do?


Can you make a visual mockup of what you are trying to accomplish? It isn't really clear to me (and, I assume, to CE) as to how you want your text to be positioned.

Re: a question about statictext

Posted: Mon May 10, 2010 03:17
by helloworld
the problem is that the thumb of vert scroolbar of statictext should be shown at bottom of statictext when statictext' vert formatting is VTF_BOTTOM_ALIGNED.but the face is that the thumb is shown at top in Initial position. the behavior of vert scollbar's thumb is on the contrary.