Search found 3 matches
- Tue May 27, 2008 9:54 am
- Forum: VCL
- Topic: selected unfocused bug
- Replies: 1
- Views: 10733
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 ...
- Thu Apr 03, 2008 7:03 am
- Forum: VCL
- Topic: Autosize/autofit TTree objects- any solution yet?
- Replies: 4
- Views: 19102
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...
- Thu Aug 11, 2005 4:54 pm
- Forum: VCL
- Topic: Image in bottom wall
- Replies: 1
- Views: 5508
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) ?