• Main
  • About
  • Download
  • Contact
  • Docs
  • News
  • Develop
  • Contribute
  • Options
    • Show pagesource
    • Backlinks
    • Media Manager
    • Sitemap
  • Login / Register

Navigation

  • Developing with EFL
  • Setting Up EFL
  • Tutorials: Legacy API
  • Tutorials: Unified C API
  • Tutorials: Unified C# API
  • Programming Guides: Legacy API
  • Programming Guides: Unified C API
  • Programming Guides: Unified C# API
  • Reference Guide: Legacy API
  • Reference Guide: Unified C API
  • Reference Guide: Unified C# API 🌐

Page Contents

  • Values
  • Signature
  • C signature
  • Implemented by
  • Top of Page

Efl.Ui.Scrollable.match_content

Values

  • w - Whether to limit the minimum horizontal size.
  • h - Whether to limit the minimum vertical size.


Signature

@property match_content @pure_virtual {
    set {}
}

C signature

void efl_ui_scrollable_match_content_set(Eo *obj, Eina_Bool w, Eina_Bool h);

Implemented by

  • Efl.Ui.Scrollable.match_content
  • Efl.Ui.Collection_View.match_content
  • Efl.Ui.Scroller.match_content
  • Efl.Ui.Collection.match_content
  • Efl.Ui.Scroll.Manager.match_content