Skip to content
#

windowing

Here are 62 public repositories matching this topic...

simast
simast commented Aug 29, 2021

Noticed this weird behavior.

If you minimize the window on Windows and then request window size using inner_size(), the returned value is 0x0. I think the window size should not be zero since you can hover over minimized window taskbar icon and still see the preview of the window (it can continue to render).

Basically if you now want to always render (even when minimized) you have to tra

status: help wanted platform: Windows difficulty: easy type: platform parity
pupudu
pupudu commented May 10, 2019

It would be cool if we can add more guides to the guide list in the docs. Currently, there's only the striped-rows guide. From an initial thought, here are some potential guides we can add:

  • Using Custom Components
  • Using Custom Components by Cells (Based on cell data)
  • Fixed/explicit row height
  • Row height based on sampleRowIndex and sampleData
  • Change row height
help wanted good first issue

Improve this page

Add a description, image, and links to the windowing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the windowing topic, visit your repo's landing page and select "manage topics."

Learn more