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

You forgot to add rowheight in the Treeview's TAG OPTIONS #603

Open
gtgor opened this issue Oct 31, 2024 · 0 comments
Open

You forgot to add rowheight in the Treeview's TAG OPTIONS #603

gtgor opened this issue Oct 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@gtgor
Copy link

gtgor commented Oct 31, 2024

Desktop (please complete the following information):

class Treeview(Widget, tkinter.XView, tkinter.YView):
"""Ttk Treeview widget displays a hierarchical collection of items.

Each item has a textual label, an optional image, and an optional list
of data values. The data values are displayed in successive columns
after the tree label."""

def __init__(self, master=None, **kw):
    """Construct a Ttk Treeview with parent master.

    STANDARD OPTIONS

        class, cursor, style, takefocus, xscrollcommand,
        yscrollcommand

    WIDGET-SPECIFIC OPTIONS

        columns, displaycolumns, height, padding, selectmode, show

    ITEM OPTIONS

        text, image, values, open, tags

    TAG OPTIONS

        foreground, background, font, image
    """
    Widget.__init__(self, master, "ttk::treeview", kw)

Describe the bug

You forgot to add rowheight in the Treeview's TAG OPTIONS

To Reproduce

No response

Expected behavior

No response

Screenshots

No response

Additional context

No response

@gtgor gtgor added the bug Something isn't working label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant