Hello

My app provides a storage of string in list boxes... When the count of strings overflows the visible part of the list box I need my window to size and afterwards the list box resizes too. This is instead of having the VSCROLL in the list box...

Is there some function that does it?
I am looking for something like
SetWindowHeight(HWND hWnd, INT iHeight); if its possible

Thanks