2

As per the Flet Layout docs, Flet does not seem to support TreeView layout.

However, there is a similar widget available in Flutter flutter_treeview

Sample treeview:

image

How to create a similar treeview using Flet?

James Z
  • 12,209
  • 10
  • 24
  • 44
TheCodeCache
  • 820
  • 1
  • 7
  • 27

1 Answers1

0

Right now the only way to do so is to create a UserControl that acts like a tree yourself. Flet as of 0.5.2 does not have this widget.

Gregor Brandt
  • 7,659
  • 38
  • 59