Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
chaklasiyanikun
Roku Guru

Using SG Component (SearchView) Possible to observed gridview in MainScene?

I checked the grid view in SearchView It's a child of the layout. But Is it possible to observe the grid view inside of the main scene like It's available or not? I checked both fields (rowItemFocused, rowItemSelected) It's displayed always. when the grid view is visible or not.
I print Searchview It's like below

m.searchView : <Component: roSGNode:SearchView> =
{
childRenderOrder: "last"
clippingRect: <Component: roAssociativeArray>
enableRenderTracking: false
inheritParentOpacity: true
inheritParentTransform: true
muteAudioGuide: false
opacity: 1
renderPass: 0
renderTracking: "disabled"
rotation: 0
scale: <Component: roArray>
scaleRotateCenter: <Component: roArray>
translation: <Component: roArray>
visible: true
change: <Component: roAssociativeArray>
focusable: false
focusedChild: <Component: roSGNode:Group>
id: ""
close: false
content: <Component: roInvalid>
errorCode: 0
errorMsg: ""
hintText: "Search here for moviename/releasedate"
noResultsLabelText: "No results"
overhang: <Component: roSGNode:Overhang>
posterShape: "16x9"
query: ""
rowItemFocused: <Component: roArray>
rowItemSelected: <Component: roArray>
rowPosterShapes: <Component: roArray>
saveState: false
showNoResultsLabel: true
showSpinner: false
style: ""
theme: <Component: roAssociativeArray>
updateTheme: invalid
viewContentGroup: <Component: roSGNode:Group>
wasClosed: false
wasShown: true
}
0 Kudos