I want to use a ListView (NSBasic.comctl.ListView.1) "full screen" on some 
forms, but it just looks wrong and inconsistent with Windows Mobile applets 
like Task manager, etc.

The culprit is the default sunken border.  But as far as I can tell this 
control doesn't have a BorderStyle property.  I might fiddle with the 
WS_EX_CLIENTEDGE extended style bit, however the control doesn't seem to expose 
a WindowLong property like intrinsic controls or even an hWnd property to let 
me used API calls against the control.

Am I missing an alternative way of setting the border style?

Is this another case where I'd need to figure out the border width, then 
oversize the control for the display area and position it with its origin at 
negative coordinates?

Well I just tried that and it works, but it seems a little shabby.  But I 
suppose life is just a long series of compromises, hmm?

Alternative advice would be appreciated.

Bob

-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.

Reply via email to