When changing the visible property of the FTrackBarCustom component to false for the first time, part of the Progress element does not disappear. It disappears when switching again. even if you register these properties together, the problem is similar:
Quote:
VolTrackbar.Visible(false);
VolTrackbar.ProgressVisible(false);
|
Example: