All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.tech.skot.core.components.SKBoxVC.kt Maven / Gradle / Ivy

There is a newer version: 1.2.9
Show newest version
package tech.skot.core.components

@SKLayoutIsSimpleView
interface SKBoxVC:SKComponentVC {
    var items:List
    var hidden:Boolean?

    /**
     * when put in a SKBox or an SKList
     * true if you want vertical layout,
     * false (default value) if you want horizontal layout
     * no effect if your are not in a SKBox or SKList
     */
    val asItemVertical:Boolean?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy