"JerryWEC" <JerryWEC@newsgroups.nospam> schrieb:
> I'm using this new SpliterContainer control in a vb2005 project. It works
> better then the older spliter control. However, I have the
[quoted text clipped - 6 lines]
> go away. As you move the spliter up and down it somes does go away. Is
> this space a known bug (issue) or is there a way to make it work right?
No, this space is by design. Check out the listbox control's
'IntegralHeight' property.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
JerryWEC - 08 Dec 2006 22:12 GMT
Herfried, this is what I needed. When I set this property to False it
worked a I expected it to work. Why does this property do this and what it
the purpose of this functionality? Great job Herfried!
Thanks JerryM
Herfried K. Wagner [MVP] - 08 Dec 2006 22:54 GMT
"JerryWEC" <JerryWEC@newsgroups.nospam> schrieb:
> Herfried, this is what I needed. When I set this property to False it
> worked a I expected it to work. Why does this property do this and what
> it the purpose of this functionality?
If the property is set to 'True' (which is the default) the listbox
control's height is adjusted to show only an integral number of items (none
of the items is partially covered).

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>