type TCefScrollView = record
A ScrollView will show horizontal and/or vertical scrollbars when necessary based on the size of the attached content view. Methods must be called on the browser process UI thread unless otherwise indicated.
NOTE: This struct is allocated DLL-side.
Implemented by ICefScrollView.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/views/cef_scroll_view_capi.h">CEF source file: /include/capi/views/cef_scroll_view_capi.h (cef_scroll_view_t))
| Public | base: TCefView; |
| Public | set_content_view: procedure(self: PCefScrollView; view: PCefView); stdcall; |
| Public | get_content_view: function(self: PCefScrollView): PCefView; stdcall; |
| Public | get_visible_content_rect: function(self: PCefScrollView): TCefRect; stdcall; |
| Public | has_horizontal_scrollbar: function(self: PCefScrollView): Integer; stdcall; |
| Public | get_horizontal_scrollbar_height: function(self: PCefScrollView): Integer; stdcall; |
| Public | has_vertical_scrollbar: function(self: PCefScrollView): Integer; stdcall; |
| Public | get_vertical_scrollbar_width: function(self: PCefScrollView): Integer; stdcall; |
| Public | base: TCefView; |
|
This item has no description. | |
| Public | set_content_view: procedure(self: PCefScrollView; view: PCefView); stdcall; |
|
This item has no description. | |
| Public | get_content_view: function(self: PCefScrollView): PCefView; stdcall; |
|
This item has no description. | |
| Public | get_visible_content_rect: function(self: PCefScrollView): TCefRect; stdcall; |
|
This item has no description. | |
| Public | has_horizontal_scrollbar: function(self: PCefScrollView): Integer; stdcall; |
|
This item has no description. | |
| Public | get_horizontal_scrollbar_height: function(self: PCefScrollView): Integer; stdcall; |
|
This item has no description. | |
| Public | has_vertical_scrollbar: function(self: PCefScrollView): Integer; stdcall; |
|
This item has no description. | |
| Public | get_vertical_scrollbar_width: function(self: PCefScrollView): Integer; stdcall; |
|
This item has no description. | |