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

TabControl Underlined TabPanel #2902

Merged
merged 12 commits into from Mar 22, 2017
Merged

TabControl Underlined TabPanel #2902

merged 12 commits into from Mar 22, 2017

Commits on Mar 21, 2017

  1. Add new Underlined attached property

      New property to control the type of the underline which can be TabItem or TabPanel (with TabItem)
      Add Obsolete tag to IsUnderlined property.
    punker76 committed Mar 21, 2017
    Copy the full SHA
    05f9e22 View commit details
    Browse the repository at this point in the history
  2. New Underline content control

      This control can be used for underline scenarios.
    punker76 committed Mar 21, 2017
    Copy the full SHA
    9a63465 View commit details
    Browse the repository at this point in the history
  3. Use new Underline control and Underlined property

      Use the new stuff at TabControl (TabControl) and MetroTabControl (MetroTabItem)
    punker76 committed Mar 21, 2017
    Copy the full SHA
    a7cb005 View commit details
    Browse the repository at this point in the history
  4. Improve TabControl samples

      Add combobox to handle the new underlined stuff
    punker76 committed Mar 21, 2017
    Copy the full SHA
    447c96b View commit details
    Browse the repository at this point in the history
  5. Additional Underline type

      New underline type to show only selected TabItems underlined
    punker76 committed Mar 21, 2017
    Copy the full SHA
    0096e3c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    322f01b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. New LineExtent property for Underline

      And make Underline more crystal
    punker76 committed Mar 22, 2017
    Copy the full SHA
    b86b5f3 View commit details
    Browse the repository at this point in the history
  2. Bring back the column stuff

      for TabItems, makes the Underline usage a little bit better (no jumpy lines gaps)
    punker76 committed Mar 22, 2017
    Copy the full SHA
    0d871ea View commit details
    Browse the repository at this point in the history
  3. Another UseLayoutRounding...

    punker76 committed Mar 22, 2017
    Copy the full SHA
    c9ebda1 View commit details
    Browse the repository at this point in the history
  4. Background stuff

    punker76 committed Mar 22, 2017
    Copy the full SHA
    e12b873 View commit details
    Browse the repository at this point in the history
  5. Add brush attached properties

      New brush attached properties for easy changing the underline brush colors
    punker76 committed Mar 22, 2017
    Copy the full SHA
    7e9499a View commit details
    Browse the repository at this point in the history
  6. update 1.5.0.md

    punker76 committed Mar 22, 2017
    Copy the full SHA
    fa7b786 View commit details
    Browse the repository at this point in the history