mTextScroller->SetParameters(Self(), renderer, textureSet, controlSize, verifiedSize, wrapGap, direction, mController->GetHorizontalAlignment(), mController->GetVerticalAlignment());
mController->SetTextElideEnabled(actualellipsis);
mController->SetAutoScrollMaxTextureExceeded(false);
+
+ DevelControl::AppendAccessibilityAttribute(Toolkit::Control::DownCast(Self()), "isScrolling", "true");
}
void TextLabel::ScrollingFinished()
DALI_LOG_INFO(gLogFilter, Debug::General, "TextLabel::ScrollingFinished\n");
mController->SetAutoScrollEnabled(false);
RequestTextRelayout();
+
+ DevelControl::AppendAccessibilityAttribute(Toolkit::Control::DownCast(Self()), "isScrolling", "false");
}
void TextLabel::OnLayoutDirectionChanged(Actor actor, LayoutDirection::Type type)