You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
in ksVirtualListView, line 4512.
it make AddProgressBar() Background always is claWhite .
eg.
var AItem: TksVListItem;
AItem.AddProgressBar(5, 20, 250, 4, 15, 100, $FF00FFFF, $FFFF0000, $FF00FF00);
a way to fixed:
The text was updated successfully, but these errors were encountered:
hi,
in ksVirtualListView, line 4512.
it make AddProgressBar() Background always is claWhite .
eg.
var AItem: TksVListItem;
AItem.AddProgressBar(5, 20, 250, 4, 15, 100, $FF00FFFF, $FFFF0000, $FF00FF00);
a way to fixed:
The text was updated successfully, but these errors were encountered: