wxpython - Showing a table after rotating by 90 in wx-python -
i have display table multiple columns single row. displaying in normal way using wxgrid doesnt appealing @ , makes hard user read. want know if there way in can flip table , display contents vertically? there other way make data more presentable?
just label rows column names , make 1 column. scroll through way. need call setrowlabelvalue(rownum, label). may find tutorial helpful (see end): http://www.blog.pythonlibrary.org/2010/04/04/wxpython-grid-tips-and-tricks/
you use listbox, you'd lose label information.
Comments
Post a Comment