Help embed ticker in this paragraph here.

Here, by default, the text changes simply, but I need it to be a crawl line:

{ "MessageBox", new PanelConfig { Available = true, Dock = "TopRightDock", Order = 7, AnchorX = "Right", AnchorY = "Bottom", Margin = "0 0 0 0.005", Width = 1f, Height = 0.95f, BackgroundColor = "0 0 0 0.4", Text = new PanelTextConfig { Align = TextAnchor.MiddleCenter, FontColor = DefaultFontColor, FontSize = 14, }, PanelSettings = new Dictionary<string,object> { { "MessageUpdateFrequency (seconds)", MessageUpdateFrequency }, { "MsgOrder","normal" } } } }` 
  • WinForms? WPF? Uwp? or something else on top of them like DevExpress? I would venture to suggest that it is WinForms + DevExpress. Add the required labels and the minimum self-sufficient reproducible code sample ru.stackoverflow.com/help/mcve - rdorn

1 answer 1

I think Timer will help you with that. For each timer trigger you hang an event handler that will move your string.

  • It is possible in more detail, I am not good at programming. - Vaderoff