Search found 3 matches

by iamjoosy
Tue May 27, 2008 9:54 am
Forum: VCL
Topic: selected unfocused bug
Replies: 1
Views: 8778

selected unfocused bug

Hi, if I set Tree1.selected.borderunfocused.visible = true then this property setting is ignored when the tree is created, i.e. that when the tree looses focus, the border around e.g. an imageshape is not visible any more (assuming that is was set in selected.border). Fix: After creating TTree, set ...
by iamjoosy
Thu Apr 03, 2008 7:03 am
Forum: VCL
Topic: Autosize/autofit TTree objects- any solution yet?
Replies: 4
Views: 15482

Hi Keith and Tom, since I was struggling with this for quite some time, here is the solution which works sufficiently well for us: in the onResize handler of a TTree add the follwing code: if not calcContentSize then begin // the content size is independent of the zoom factor hCont:=getTreeContentHe...
by iamjoosy
Thu Aug 11, 2005 4:54 pm
Forum: VCL
Topic: Image in bottom wall
Replies: 1
Views: 4901

Image in bottom wall

Is it possible to have an image placed in the bottom wall as it can be done in the back wall (i.e. streched in my case) ?