TTMSFNCTableViewItem Bitmap stretch image

I ve TTMSFNCTableViewItem Bitmap.Height:=50; Bitmap.Width:=50; but image loaded is 200x200 :

how to show stretched image on Item.Bitmap ?

@Pieter_Scheldeman

You can do this via the OnGetNodeIconSize event on treeview level. Attached is a sample
TableViewIconSize.zip (8.0 KB)

Go fine... BUT important : cannot set Bitmap.Height:=50; Bitmap.Width:=50; otherwise dont go !