HorizontalGridDelegate
made.VerticalGridDelegate
and changed a few functions.orientation: "horizontal"
on my DataGridList
.vertical
. this.orientation
in the constructor
function, where user supplied properties aren't added until it gets to enyo.Object
.constructor
to create
, and then it worked.contructor
vs create
is probably a bug that should be fixed It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
constructor()
/create()
thing. We were never able to find a use case for the horizontal grid layout but we'll change that so you can have your own.