Most FMX non-native OSX controls seem pretty good these days. But, not TScrollbar. Below is the FMX OSX (top) and FMX Windows versions. There's absolutely no shading on the OSX one, nor buttons on the ends to single step. (I guess maybe that's not the Mac standard.) However, I don't think I can use the OSX version as-is. Is this something that a custom style would handle? Any suggestions on how to proceed?


Most FMX non-native OSX controls seem pretty good these days. But, not TScrollbar. Below is the FMX OSX (top) and FMX Windows versions. There's absolutely no shading on the OSX one, nor buttons on the ends to single step. (I guess maybe that's not the Mac standard.) However, I don't think I can use the OSX version as-is. Is this something that a custom style would handle? Any suggestions on how to proceed?

Comments

  1. On Sierra, the scroll box doesn't have any shading. I think you need to decrease the height to make it look like the native

    ReplyDelete
  2. Thanks, John, for the suggestion. Actually, the height already was as narrow as it could get without clipping the thumb. But, I placed it on a panel of the same height as the thumb, and the OSX version looks great now:
    https://plus.google.com/photos/...

    ReplyDelete

Post a Comment