Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content does not support tab characters #145

Open
antikmozib opened this issue Jul 7, 2023 · 0 comments
Open

Content does not support tab characters #145

antikmozib opened this issue Jul 7, 2023 · 0 comments

Comments

@antikmozib
Copy link

It seems the TaskDialog doesn't support tab characters. For example,

TaskDialog taskDlg = new()
{
    WindowTitle = "Test",
    Content = "Lorem ipsum dolor sit amet,"
        + "\n\tconsectetur adipiscing elit."
        + "\n\t\tAliquam erat volutpat."
};
taskDlg.Buttons.Add(new TaskDialogButton(ButtonType.Ok));
taskDlg.ShowDialog();

shows the following:
ookii

WinForms MessageBox renders the tabs correctly:
msgbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant