In the Delphi XE4 LiveBindings Designer, why I cannot connect a TScrollBar Position property to a TCheckBox Left property? So when I move the scrollbar thumb at runtime this should change the horizontal position of the checkbox.
In the image below you can see that when the Scrollbar1 Position property field is selected (blue), the Checkbox1 Left property field is not green; which indicates that the two fields cannot be connected:
Since both TScrollbar.Position and TCheckBox.Left properties are Integer type, I don't understand why they cannot be connected.
However, the CheckedState property field is colored green, which seems strange, since CheckedState is a Boolean type.